Changeset 137 for dev/templates/icon.tpl
- Timestamp:
- 12/07/06 05:34:28 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/templates/icon.tpl
r115 r137 1 1 <!-- icon.tpl --> 2 <div class= item-icon style="background:url({$img}); height:32px; width:32px"><img src="{$icon}"/></div>2 <div class="item-icon" style="background: url({$img}); border: none; height:32px; width:32px"><img border="0" src="{$icon}"/></div> 3 3 <!-- /icon.tpl -->