aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/picture.tpl
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2009-03-07 21:34:55 +0000
committerpatdenice <patdenice@piwigo.org>2009-03-07 21:34:55 +0000
commit1cfe916db25a47ce3a61881be1eb756a77792857 (patch)
tree45b33bccd246767dea7609f9a3f98e5477905ccf /template/yoga/picture.tpl
parente0ea9fb92f467a3b2a24555e58981455eedd127d (diff)
Re-order templates extension alphabetically.
Allow to use template extension for navigation bar. git-svn-id: http://piwigo.org/svn/trunk@3182 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--template/yoga/picture.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/picture.tpl b/template/yoga/picture.tpl
index a6c9eda06..b670a0388 100644
--- a/template/yoga/picture.tpl
+++ b/template/yoga/picture.tpl
@@ -255,7 +255,7 @@ y.callService(
{if $COMMENT_COUNT > 0}
<h3>{$pwg->l10n_dec('%d comment', '%d comments',$COMMENT_COUNT)}</h3>
{/if}
- {if !empty($navbar) }{include file='navigation_bar.tpl'}{/if}
+ {if !empty($navbar) }{include file='navigation_bar.tpl'|@get_extent:'navbar'}{/if}
{if isset($comments)}
{include file='comment_list.tpl' comment_separator=true}