Ignore:
Timestamp:
Sep 25, 2010, 1:55:27 PM (14 years ago)
Author:
grum
Message:

Plugin version 2.0.g : add the 'titleName' property for the [img] markup and add id for HTML items for [img] markup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ExtendedDescription/template/img.tpl

    r3294 r7015  
    44    <span class="wrap1">
    55      <span class="wrap2">
    6         <a href="{$data.U_IMG_LINK}">
    7             <img class="thumbnail" src="{$data.IMAGE}" alt="{$data.IMAGE_ALT}" title="{$data.IMG_TITLE}">
     6        <a id="iImgAnchor{$data.ID}" href="{$data.U_IMG_LINK}">
     7            <img id="iImgThumb{$data.ID}" class="thumbnail" src="{$data.IMAGE}" alt="{$data.IMAGE_ALT}" title="{$data.IMG_TITLE}">
    88        </a>
    99      </span>
Note: See TracChangeset for help on using the changeset viewer.