From 5980db248ab4cc05e8596e07d7efc31048bcb8e8 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 16 Mar 2006 22:34:45 +0000 Subject: bug fixed: create_navigation_bar take into account clean URL if requested. deletion: argument link_class (HTML class of links) in function create_navigation_bar was removed, useless since branch 1.5. bug fixed: rate_items are now a configuration parameter (set in config file) modification: new functions library functions_rate.inc.php to reduce picture.php length. bug fixed: categories were never expanded in the menu since clean URLs. bug fixed: changing pictures sorting order in main page was always rederecting to root category. git-svn-id: http://piwigo.org/svn/trunk@1084 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/stats.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'admin/stats.php') diff --git a/admin/stats.php b/admin/stats.php index 081606e17..d11d0426a 100644 --- a/admin/stats.php +++ b/admin/stats.php @@ -302,8 +302,7 @@ create_navigation_bar( $url, $page['nb_logs'], $page['start'], - $conf['nb_logs_page'], - 'admin' + $conf['nb_logs_page'] ); $template->assign_block_vars( -- cgit v1.2.3