aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-01-14 10:21:10 +0000
committerrvelices <rv-github@modusoptimus.com>2012-01-14 10:21:10 +0000
commit56452f8711d231d43f930e3a2cecbde6e900198f (patch)
tree29df7a07b50f27989b5fa85de5480282450cc722 /themes/default/template
parentc5969b786a88a2793c4174fb5429b60e1d86abdf (diff)
revert css name change from previous commit
git-svn-id: http://piwigo.org/svn/trunk@12881 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template')
-rw-r--r--themes/default/template/picture.tpl2
-rw-r--r--themes/default/template/slideshow.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl
index 2416e5973..6fb873771 100644
--- a/themes/default/template/picture.tpl
+++ b/themes/default/template/picture.tpl
@@ -79,7 +79,7 @@ y.callService(
{include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
</div>{*<!-- imageToolBar -->*}
-<div id="imageWrap">
+<div id="theImage">
{$ELEMENT_CONTENT}
{if isset($COMMENT_IMG)}
diff --git a/themes/default/template/slideshow.tpl b/themes/default/template/slideshow.tpl
index db360737c..a310935a2 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="imageWrap">
+<div id="theImage">
{$ELEMENT_CONTENT}
{if isset($COMMENT_IMG)}
<p class="showlegend">{$COMMENT_IMG}</p>