From 254aee26953b4e862b73467968f92138a6283da1 Mon Sep 17 00:00:00 2001 From: patdenice Date: Thu, 5 Mar 2009 21:08:04 +0000 Subject: 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 --- admin/template/goto/history.tpl | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'admin/template/goto/history.tpl') diff --git a/admin/template/goto/history.tpl b/admin/template/goto/history.tpl index 3e4bcce6c..9291f4a36 100644 --- a/admin/template/goto/history.tpl +++ b/admin/template/goto/history.tpl @@ -102,13 +102,7 @@ {/if} - -{if !empty($NAV_BAR)} - -{/if} - +{if !empty($navbar) }{include file='navigation_bar.tpl'}{/if} @@ -139,9 +133,4 @@ {/if}
- -{if !empty($NAV_BAR)} - -{/if} +{if !empty($navbar) }{include file='navigation_bar.tpl'}{/if} -- cgit v1.2.3