Changeset 297 for dev/templates
- Timestamp:
- 12/23/07 01:37:11 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/templates/icon.tpl
r277 r297 1 1 <span class="item-icon" style="position:relative; border: none; height:32px; width:32px; text-align:left;"> 2 2 <img border="0" style="position:absolute;" src="{$icon}"> 3 <img border="0" height="32" width="32" src="{$img} ">3 <img border="0" height="32" width="32" src="{$img} title="{$name}" alt="{$name}"> 4 4 </span>