diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-01-14 06:19:22 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-01-14 06:19:22 +0000 |
commit | c5969b786a88a2793c4174fb5429b60e1d86abdf (patch) | |
tree | 59179c14975ac834bf1523fcf42d0851cbb5d799 /themes/default/template/slideshow.tpl | |
parent | cac417c74bc6d5f528b356190561d244e9b4f93a (diff) |
bug 2514 improve prev/next navigation navigation on picture page
git-svn-id: http://piwigo.org/svn/trunk@12880 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/slideshow.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/slideshow.tpl b/themes/default/template/slideshow.tpl index a310935a2..db360737c 100644 --- a/themes/default/template/slideshow.tpl +++ b/themes/default/template/slideshow.tpl @@ -14,7 +14,7 @@ {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'} </div> -<div id="theImage"> +<div id="imageWrap"> {$ELEMENT_CONTENT} {if isset($COMMENT_IMG)} <p class="showlegend">{$COMMENT_IMG}</p> |