mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
- removes from special menu the number of elements displayed in most_seen
and best_rated categories git-svn-id: http://piwigo.org/svn/trunk@733 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+2
-2
@@ -180,7 +180,7 @@ $template->assign_block_vars(
|
||||
array(
|
||||
'URL' => add_session_id(PHPWG_ROOT_PATH.'category.php?cat=most_visited'),
|
||||
'TITLE' => $lang['most_visited_cat_hint'],
|
||||
'NAME' => $conf['top_number'].' '.$lang['most_visited_cat']
|
||||
'NAME' => $lang['most_visited_cat']
|
||||
));
|
||||
// best rated
|
||||
$template->assign_block_vars(
|
||||
@@ -188,7 +188,7 @@ $template->assign_block_vars(
|
||||
array(
|
||||
'URL' => add_session_id(PHPWG_ROOT_PATH.'category.php?cat=best_rated'),
|
||||
'TITLE' => $lang['best_rated_cat_hint'],
|
||||
'NAME' => $conf['top_number'].' '.$lang['best_rated_cat']
|
||||
'NAME' => $lang['best_rated_cat']
|
||||
));
|
||||
// random
|
||||
$template->assign_block_vars(
|
||||
|
||||
Reference in New Issue
Block a user