mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-19 16:13:00 +02:00
Create navigation_bar.tpl file.
Move create_navigation_bar function from functions_html.inc.php to functions.inc.php. git-svn-id: http://piwigo.org/svn/trunk@3172 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
+1
-1
@@ -265,7 +265,7 @@ $navbar = create_navigation_bar($url,
|
||||
$page['items_number'],
|
||||
'');
|
||||
|
||||
$template->assign('NAVBAR', $navbar);
|
||||
$template->assign('navbar', $navbar);
|
||||
|
||||
// +-----------------------------------------------------------------------+
|
||||
// | last comments display |
|
||||
|
||||
Reference in New Issue
Block a user