- Timestamp:
- 07/05/10 13:52:23 (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fuze/templates/_default_/modules/mod_latestblogs.tpl
r181 r225 1 {if $is_blog} 1 2 <table width="100%" cellspacing="0" cellpadding="5" border="0" > 2 3 {foreach key=tid item=post from=$posts} 3 4 <tr> 4 <td class="mod_blog_karma">{$post.karma}</td>5 5 <td> 6 6 <div> 7 7 <a class="mod_blog_userlink" href="{$post.bloghref}">{$post.blog}</a> → 8 <a class="mod_blog_link" href="{$post.href}">{$post.title}</a> ({$post. date})8 <a class="mod_blog_link" href="{$post.href}">{$post.title}</a> ({$post.fpubdate}) 9 9 </div> 10 10 </td> … … 12 12 {/foreach} 13 13 </table> 14 {if $cfg.showrss} 15 <a href="/rss/blogs/all/feed.rss" class="mod_latest_rss">{$LANG.LATESTBLOGS_RSS}</a> 16 {/if} 17 {else} 18 <p>{$LANG.LATESTBLOGS_NOT_POSTS}</p> 19 {/if}
Note: See TracChangeset
for help on using the changeset viewer.
