diff options
author | patdenice <patdenice@piwigo.org> | 2009-03-05 21:08:04 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2009-03-05 21:08:04 +0000 |
commit | 254aee26953b4e862b73467968f92138a6283da1 (patch) | |
tree | f2a78dbce4e54be16dd1698b67bb4a5df2d9c0d1 /admin/template/goto/history.tpl | |
parent | d3e6eabb053f311d5d8fd4ec80cfb0c1b32cf141 (diff) |
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
Diffstat (limited to 'admin/template/goto/history.tpl')
-rw-r--r-- | admin/template/goto/history.tpl | 15 |
1 files changed, 2 insertions, 13 deletions
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 @@ </fieldset> {/if} - -{if !empty($NAV_BAR)} -<div class="navigationBar"> - {$NAV_BAR} -</div> -{/if} - +{if !empty($navbar) }{include file='navigation_bar.tpl'}{/if} <table class="table2" id="detailedStats"> <tr class="throw"> @@ -139,9 +133,4 @@ {/if} </table> - -{if !empty($NAV_BAR)} -<div class="navigationBar"> - {$NAV_BAR} -</div> -{/if} +{if !empty($navbar) }{include file='navigation_bar.tpl'}{/if} |