Ignore:
Timestamp:
Apr 1, 2019, 3:05:20 AM (5 years ago)
Author:
SergeD
Message:

version 1.3.1 - see changelog for details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/greydragon/include/greydragon.class.php

    r31733 r31979  
    33if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
    44
    5 define('GDTHEME_VERSION', '1.2.28');
     5define('GDTHEME_VERSION', '1.3.1');
    66
    77define("QUOTES_NONE",   FALSE);
     
    4545
    4646      "p_favicon_ico"      => array("value" => null,         "quotes" => QUOTES_NONE),
    47       "p_favicon_png"      => array("value" => "",         "quotes" => QUOTES_NONE),
    48       "p_favicon_gif"      => array("value" => "",         "quotes" => QUOTES_NONE),
    49       "p_favicon_apple"    => array("value" => "",         "quotes" => QUOTES_NONE),
     47      "p_favicon_png"      => array("value" => "",           "quotes" => QUOTES_NONE),
     48      "p_favicon_gif"      => array("value" => "",           "quotes" => QUOTES_NONE),
     49      "p_favicon_apple"    => array("value" => "",           "quotes" => QUOTES_NONE),
    5050      "p_favicon_noshine"  => array("value" => "off",        "quotes" => QUOTES_NONE),
    5151   
     
    126126
    127127  public function initEvents() {
    128     // add_event_handler('get_admin_plugin_menu_links', array(&$this, 'pluginAdminMenu') );
    129128  }
    130129
    131130  public function loadCSS() {
    132     // parent::loadCSS();
    133     // GPCCore::addUI('gpcCSS');
    134131  }
    135132
Note: See TracChangeset for help on using the changeset viewer.