Ignore:
Timestamp:
Jan 11, 2007, 6:10:16 AM (18 years ago)
Author:
rvelices
Message:
  • better code in filter.inc.php (remove unused code + filter is not reseted

when going to an unfiltered page)

  • removed unnecessary filtered pages from config_default (especially admin !!!)
  • removed flat recent category icon from irrelevant pages
  • mysterious code comment appeared in picture.php
File:
1 edited

Legend:

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

    r1690 r1711  
    574574$conf['filter_pages'] = array
    575575  (
    576     'about', 'action', 'admin', 'comments',
    577     'index', 'picture', 'popuphelp', 'profile',
    578     'qsearch', 'random', 'register', 'search',
    579     'search_rules', 'tags', 'upload'
     576    'comments', 'index', 'picture', 'qsearch',
     577    'random', 'search', 'tags', 'upload'
    580578  );
    581579
Note: See TracChangeset for help on using the changeset viewer.