Changeset 913
- Timestamp:
- 06/07/06 04:04:52
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/assets/plugins/Publish-Planet/sixapart-std/template/index.tt
r912 r913 17 17 <div id="banner-inner" class="pkg"> 18 18 <h1 id="banner-header">[% feed.title | html %]</h1> 19 <h2 id="banner-description"> </h2>19 <h2 id="banner-description">[% feed.description | html %]</h2> 20 20 </div> 21 21 </div> … … 34 34 </h3> 35 35 <div class="entry-content"> 36 [% IF entry.icon %]<div class="entry-userpic"><img [% util.dumbnail(entry.icon, width=150, height=100) %] border="0" alt="[% (entry.icon.title || entry.title) | html %]" /></div>[% END %]36 [% IF entry.icon %]<div class="entry-userpic"><img src="[% entry.icon.url | html %]" [% util.dumbnail(entry.icon, width=150, height=100) %] border="0" alt="[% (entry.icon.title || entry.title) | html %]" /></div>[% END %] 37 37 <div class="entry-body"> 38 38 [% entry.body %]
