Ignore:
Timestamp:
Aug 26, 2004, 12:25:58 AM (20 years ago)
Author:
gweltas
Message:
  • Deletion of obsolete functions in the administrative part
  • Repair of virtual category management
File:
1 edited

Legend:

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

    r490 r496  
    608608      else if ( $page['cat'] == 'recent_pics' )
    609609      {
    610         $page['title'] = $lang['recent_pics_cat_title'];
     610        $page['title'] = $lang['recent_pics_cat'];
    611611        // We must find the date corresponding to :
    612612        // today - $conf['periode_courte']
     
    626626      else if ( $page['cat'] == 'recent_cats' )
    627627      {
    628         $page['title'] = $lang['recent_cats_cat_title'];
     628        $page['title'] = $lang['recent_cats_cat'];
    629629        $page['cat_nb_images'] = 0;
    630630      }
Note: See TracChangeset for help on using the changeset viewer.