Changeset 27592 for extensions
- Timestamp:
- Mar 7, 2014, 12:41:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/GThumb/main.inc.php
r21551 r27592 33 33 function GThumb_init() 34 34 { 35 global $conf, $user, $page ;35 global $conf, $user, $page, $stripped; 36 36 37 37 // new param in 2.4.c … … 44 44 $user['nb_image_page'] = $conf['GThumb']['nb_image_page']; 45 45 $page['nb_image_page'] = $conf['GThumb']['nb_image_page']; 46 $stripped['maxThumb'] = $conf['GThumb']['nb_image_page']; 46 47 $conf['show_thumbnail_caption'] = $conf['GThumb']['show_thumbnail_caption']; 47 48 }
Note: See TracChangeset
for help on using the changeset viewer.