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:
patdenice
2009-03-05 21:08:04 +00:00
parent d3e6eabb05
commit 254aee2695
20 changed files with 167 additions and 189 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ SELECT COUNT(*) AS nb_comments
$template->assign(
array(
'COMMENT_COUNT' => $row['nb_comments'],
'COMMENT_NAV_BAR' => $navigation_bar,
'navbar' => $navigation_bar,
)
);