Ignore:
Timestamp:
Apr 22, 2007, 3:11:56 PM (17 years ago)
Author:
plg
Message:

Feature 660 added: creation date of tthe category images can be displayed
next to category title in subcatify mode. The feature was implemented in a
very simple way that must be improved in display, performance and
recursivity.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/config_default.inc.php

    r1926 r1970  
    234234// than thumbnails representing a picture.
    235235$conf['subcatify'] = true;
     236
     237// display_fromto: in subcatify mode, display the date creation bounds of a
     238// category.
     239$conf['display_fromto'] = false;
    236240
    237241// allow_random_representative : do you wish PhpWebGallery to search among
Note: See TracChangeset for help on using the changeset viewer.