Changeset 781


Ignore:
Timestamp:
May 1, 2005, 9:47:49 AM (19 years ago)
Author:
plg
Message:
  • bug 83 fixed : "remove version from footer". Trivial correction.
Location:
branches/branch-1_4/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_4/include/config.inc.php

    r706 r781  
    192192// tn_height : default height for thumbnails creation
    193193$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'] = false;
    194198?>
  • branches/branch-1_4/include/page_tail.php

    r726 r781  
    2929$template->assign_vars(
    3030  array(
    31     'VERSION' => PHPWG_VERSION,
     31    'VERSION' => $conf['show_version'] ? PHPWG_VERSION : '',
    3232    'MAIL'=>$conf['mail_webmaster'],
    3333   
Note: See TracChangeset for help on using the changeset viewer.