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 /template/yoga/index.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 'template/yoga/index.tpl')
-rw-r--r-- | template/yoga/index.tpl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl index 4a87fc9c1..cc882d9d1 100644 --- a/template/yoga/index.tpl +++ b/template/yoga/index.tpl @@ -103,12 +103,7 @@ {if !empty($CATEGORIES) }{$CATEGORIES}{/if} {if !empty($THUMBNAILS) }{$THUMBNAILS}{/if} - -{if !empty($NAV_BAR) } -<div class="navigationBar"> - {$NAV_BAR} -</div> -{/if} +{if !empty($navbar) }{include file='navigation_bar.tpl'}{/if} {if !empty($CONTENT_DESCRIPTION) } <div class="additional_info"> |