Ignore:
Timestamp:
Nov 14, 2014, 5:30:23 AM (9 years ago)
Author:
SergeD
Message:

version 1.0.13 - please refer to changelog for details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GDThumb/main.inc.php

    r30225 r30485  
    22/*
    33Plugin Name: gdThumb
    4 Version: 1.0.12
     4Version: 1.0.13
    55Description: Display thumbnails as patchwork
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=771
     
    1919// | Plugin constants                                               |
    2020// +-----------------------------------------------------------------------+
    21 define('GDTHUMB_VERSION', '1.0.12');
     21define('GDTHUMB_VERSION', '1.0.13');
    2222define('GDTHUMB_ID',      basename(dirname(__FILE__)));
    2323define('GDTHEME_PATH' ,   PHPWG_THEMES_PATH . 'greydragon/');
     
    7070  $confTemp['GDTHUMB_ROOT'] = 'plugins/' . GDTHUMB_ID;
    7171  $confTemp['big_thumb_noinpw'] = (isset($confTemp['big_thumb_noinpw']) && ($confTemp['big_thumb_noinpw']))? 1 : 0;
     72  if ($confTemp['normalize_title'] == "1"):
     73    $confTemp['normalize_title'] = "on";
     74  endif;   
    7275
    7376  $template->set_filename( 'index_thumbnails', dirname(__FILE__) . '/template/gdthumb_thumb.tpl');
Note: See TracChangeset for help on using the changeset viewer.