Changeset 928


Ignore:
Timestamp:
Nov 8, 2005, 10:23:20 PM (18 years ago)
Author:
plg
Message:
  • Branch 1.5 creation
  • modification: on a fix branch, version is not shown, neither generation time.
Location:
branches/branch-1_5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_5/doc/ChangeLog

    r925 r928  
     12005-11-08 Pierrick LE GALL
     2
     3        * Branch 1.5 creation
     4
     5        * modification: on a fix branch, version is not shown, neither
     6        generation time.
     7
    182005-11-07 Pierrick LE GALL
    29
  • branches/branch-1_5/include/config_default.inc.php

    r901 r928  
    129129// show_version : shall the version of PhpWebGallery be displayed at the
    130130// bottom of each page ?
    131 $conf['show_version'] = true;
     131$conf['show_version'] = false;
    132132
    133133// links : list of external links to add in the menu. An example is the best
     
    286286
    287287// show_gt : display generation time at the bottom of each page
    288 $conf['show_gt'] = true;
     288$conf['show_gt'] = false;
    289289
    290290// debug_l10n : display a warning message each time an unset language key is
Note: See TracChangeset for help on using the changeset viewer.