diff options
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} |