diff options
author | mistic100 <mistic@piwigo.org> | 2011-05-26 11:36:29 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-05-26 11:36:29 +0000 |
commit | b3dcaf91b477658d4607e5e76b414de906f49690 (patch) | |
tree | fe89ee09652df984ac5cdb1c31aca4348686b8f9 /themes/default/template/picture.tpl | |
parent | 39a5928de404ac0f603fb73ea62dffc9e1203a5a (diff) |
add an id=theMainImage for main image and class=imageComment for image comment
git-svn-id: http://piwigo.org/svn/trunk@11062 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/picture.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index d029aa33d..79c5075af 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -100,7 +100,7 @@ y.callService( {$ELEMENT_CONTENT} {if isset($COMMENT_IMG)} -<p>{$COMMENT_IMG}</p> +<p class="imageComment">{$COMMENT_IMG}</p> {/if} {if isset($U_SLIDESHOW_STOP)} |