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/picture.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/picture.tpl')
-rw-r--r-- | template/yoga/picture.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl index 26450a21c..a6c9eda06 100644 --- a/template/yoga/picture.tpl +++ b/template/yoga/picture.tpl @@ -255,9 +255,7 @@ y.callService( {if $COMMENT_COUNT > 0} <h3>{$pwg->l10n_dec('%d comment', '%d comments',$COMMENT_COUNT)}</h3> {/if} - {if !empty($COMMENT_NAV_BAR)} - <div class="navigationBar">{$COMMENT_NAV_BAR}</div> - {/if} + {if !empty($navbar) }{include file='navigation_bar.tpl'}{/if} {if isset($comments)} {include file='comment_list.tpl' comment_separator=true} |