diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-10-16 00:50:37 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-10-16 00:50:37 +0000 |
commit | 6607c3882a6b913342479de80edb5e9fbd7fef4f (patch) | |
tree | ce2f28b6f7822a44be215048c96755c8a5d264ba /template/yoga/slideshow.tpl | |
parent | f7f8c1688ef30ecb2f40fe279ba34d250d4ec8be (diff) |
- picture nav buttons use the get_extent modifier
- comments title on picture page is singular/plural language sensitive
- improved P@t commit (no double home display on picture nav bar) so that it works with my site
git-svn-id: http://piwigo.org/svn/branches/2.0@2758 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/slideshow.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/slideshow.tpl b/template/yoga/slideshow.tpl index 1bbc0029f..f429702e6 100644 --- a/template/yoga/slideshow.tpl +++ b/template/yoga/slideshow.tpl @@ -12,7 +12,7 @@ </div> <div id="imageToolBar"> - {include file=$FILE_PICTURE_NAV_BUTTONS} + {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'} </div> <div id="theImage"> |