summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2009-09-02 16:44:18 +0000
committerChristian Fowler <spider@viovio.com>2009-09-02 16:44:18 +0000
commit8997af177d1b5218e8f862e884bfd8cf7ddd6383 (patch)
tree4fadcf88e925c9d194160577cdffefab63d5dacf /modules
parentfbca59a4aedbed10a4eb81fd6d2f0e838137be9d (diff)
downloadfeed-8997af177d1b5218e8f862e884bfd8cf7ddd6383.tar.gz
feed-8997af177d1b5218e8f862e884bfd8cf7ddd6383.tar.bz2
feed-8997af177d1b5218e8f862e884bfd8cf7ddd6383.zip
add action icon
Diffstat (limited to 'modules')
-rw-r--r--modules/mod_feed.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mod_feed.tpl b/modules/mod_feed.tpl
index a7001f5..c7513a5 100644
--- a/modules/mod_feed.tpl
+++ b/modules/mod_feed.tpl
@@ -1,7 +1,7 @@
<div class="span-8" style="margin-top:10px;">
{foreach from=$actions item='action'}
<div>
- {*{$action.icon}*} {$action.real_log} on {$action.last_modified|date_format}
+ {if $action.feed_icon_url}<img src="{$action.feed_icon_url}" alt="{$action.conjugation_phrase|escape}" />{/if} {$action.real_log} on {$action.last_modified|date_format}
</div>
{/foreach}
</div>