Changeset 733


Ignore:
Timestamp:
Feb 9, 2005, 10:47:21 PM (19 years ago)
Author:
plg
Message:
  • removes from special menu the number of elements displayed in most_seen and best_rated categories
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/category.php

    r688 r733  
    181181    'URL' => add_session_id(PHPWG_ROOT_PATH.'category.php?cat=most_visited'),
    182182    'TITLE' => $lang['most_visited_cat_hint'],
    183     'NAME' => $conf['top_number'].' '.$lang['most_visited_cat']
     183    'NAME' => $lang['most_visited_cat']
    184184    ));
    185185// best rated
     
    189189    'URL' => add_session_id(PHPWG_ROOT_PATH.'category.php?cat=best_rated'),
    190190    'TITLE' => $lang['best_rated_cat_hint'],
    191     'NAME' => $conf['top_number'].' '.$lang['best_rated_cat']
     191    'NAME' => $lang['best_rated_cat']
    192192    ));
    193193// random
Note: See TracChangeset for help on using the changeset viewer.