Changeset 30730
- Timestamp:
- Dec 11, 2014, 5:09:22 AM (10 years ago)
- Location:
- extensions/greydragon
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/greydragon/admin/admin.inc.php
r30643 r30730 2 2 3 3 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); 4 5 define('GDTHEME_VERSION', '1.0.15');6 4 7 5 require_once( PHPWG_THEMES_PATH . 'greydragon/include/greydragon.class.php'); -
extensions/greydragon/changelog.txt
r30643 r30730 18 18 19 19 === Changelog === 20 version 1.0.16 21 + Version information moved into greydragon.class.php for easier maintenance 22 - Fixed issue with missing link to switchbox.js in photo pages which would prevent "photo sizes" drop down to work 23 20 24 version 1.0.15 21 25 + ADMIN: Added "Image Size" option for Root Page -
extensions/greydragon/include/greydragon.class.php
r30643 r30730 2 2 3 3 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); 4 5 define('GDTHEME_VERSION', '1.0.16'); 4 6 5 7 define("QUOTES_NONE", FALSE); -
extensions/greydragon/template/picture.tpl
r30643 r30730 1 1 {include file='include/colorbox.inc.tpl'} 2 {combine_script id='core.switchbox' load='async' require='jquery' path='themes/default/js/switchbox.js'} 2 3 {combine_script id='picture-js' load='async' require='jquery,jquery.colorbox' path='themes/greydragon/js/theme.photo.js'} 3 4 {assign var=overlay_mode value="off"} -
extensions/greydragon/themeconf.inc.php
r30643 r30730 2 2 /* 3 3 Theme Name: GreyDragon 4 Version: 1.0.1 55 Description: Dark, slate, white background, grayscale.4 Version: 1.0.16 5 Description: GreyDragon Theme 6 6 Theme URI: http://piwigo.org/ext/extension_view.php?eid=775 7 7 Author: Serge Dosyukov … … 10 10 11 11 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); 12 13 define('GDTHEME_VERSION', '1.0.15');14 12 15 13 require_once( PHPWG_THEMES_PATH . 'greydragon/include/greydragon.class.php');
Note: See TracChangeset
for help on using the changeset viewer.