Changeset 11063 for branches/2.2/themes
- Timestamp:
- May 26, 2011, 1:37:50 PM (13 years ago)
- Location:
- branches/2.2/themes/default/template
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/themes/default/template/picture.tpl
r10739 r11063 96 96 97 97 {if isset($COMMENT_IMG)} 98 <p >{$COMMENT_IMG}</p>98 <p class="imageComment">{$COMMENT_IMG}</p> 99 99 {/if} 100 100 -
branches/2.2/themes/default/template/picture_content.tpl
r8898 r11063 3 3 <a href="javascript:phpWGOpenWindow('{$high.U_HIGH}','{$high.UUID}','scrollbars=yes,toolbar=no,status=no,resizable=yes')"> 4 4 {/if} 5 <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}" 5 <img src="{$SRC_IMG}" style="width:{$WIDTH_IMG}px;height:{$HEIGHT_IMG}px;" alt="{$ALT_IMG}" id="theMainImage" 6 6 {if isset($COMMENT_IMG)} 7 7 title="{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}" {else} title="{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}"
Note: See TracChangeset
for help on using the changeset viewer.