diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-12-10 06:21:15 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-12-10 06:21:15 +0000 |
commit | acd3b90822cf9104307b76fbde980fec40245f51 (patch) | |
tree | 245372e8c7dc9f34b89a40480458927a32e74977 /themes/default/template/slideshow.tpl | |
parent | 20a45721f56377711cc99369fc742aed20cd0911 (diff) |
first sprite usage on picture page
git-svn-id: http://piwigo.org/svn/trunk@8066 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/slideshow.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/default/template/slideshow.tpl b/themes/default/template/slideshow.tpl index a310935a2..03e5225bf 100644 --- a/themes/default/template/slideshow.tpl +++ b/themes/default/template/slideshow.tpl @@ -14,6 +14,8 @@ {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'} </div> +{include file='picture_toolbar.tpl'} + <div id="theImage"> {$ELEMENT_CONTENT} {if isset($COMMENT_IMG)} |