Changeset 754 for trunk/include
- Timestamp:
- Mar 16, 2005, 9:57:54 PM (20 years ago)
- Location:
- trunk/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/config.inc.php
r706 r754 192 192 // tn_height : default height for thumbnails creation 193 193 $conf['tn_height'] = 96; 194 195 // show_version : shall the version of PhpWebGallery be displayed at the 196 // bottom of each page ? 197 $conf['show_version'] = true; 194 198 ?> -
trunk/include/page_tail.php
r726 r754 29 29 $template->assign_vars( 30 30 array( 31 'VERSION' => PHPWG_VERSION,31 'VERSION' => $conf['show_version'] ? PHPWG_VERSION : '', 32 32 'MAIL'=>$conf['mail_webmaster'], 33 33
Note: See TracChangeset
for help on using the changeset viewer.