diff options
| author | Christian Fowler <spider@viovio.com> | 2009-09-02 16:44:18 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-09-02 16:44:18 +0000 |
| commit | 8997af177d1b5218e8f862e884bfd8cf7ddd6383 (patch) | |
| tree | 4fadcf88e925c9d194160577cdffefab63d5dacf /templates | |
| parent | fbca59a4aedbed10a4eb81fd6d2f0e838137be9d (diff) | |
| download | feed-8997af177d1b5218e8f862e884bfd8cf7ddd6383.tar.gz feed-8997af177d1b5218e8f862e884bfd8cf7ddd6383.tar.bz2 feed-8997af177d1b5218e8f862e884bfd8cf7ddd6383.zip | |
add action icon
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/center_feed.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/center_feed.tpl b/templates/center_feed.tpl index 696ff0e..38d7852 100644 --- a/templates/center_feed.tpl +++ b/templates/center_feed.tpl @@ -1,7 +1,7 @@ -<div style="margin-top:10px;"> +<ul class="data feed"> {foreach from=$actions item='action'} - <div> - {*{$action.icon}*} {$action.real_log} on {$action.last_modified|date_format} - </div> + <li class="item"> + {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} + </li> {/foreach} -</div> +</ul> |
