From: donchambers Date: Sun, 14 Oct 2007 23:11:10 +0000 (+0000) Subject: BP: added class of archive_summary_details to entries_summary.tpl. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8ea44184a3b7ad954643da36f42ceb37a82109a8;p=s9y.git BP: added class of archive_summary_details to entries_summary.tpl. --- diff --git a/templates/bulletproof/entries_summary.tpl b/templates/bulletproof/entries_summary.tpl index 4abbcf9..86e5640 100644 --- a/templates/bulletproof/entries_summary.tpl +++ b/templates/bulletproof/entries_summary.tpl @@ -5,7 +5,7 @@ {foreach from=$entries item="entries"} {foreach from=$entries.entries item="entry"}

{$entry.id} - {$entry.title|truncate:80:" ..."}

- {$entry.timestamp|@formatTime:$template_option.date_format}. {$CONST.POSTED_BY} {$entry.author} {if $entry.categories} {$CONST.IN} {foreach from=$entry.categories item="entry_category" name="categories"}{$entry_category.category_name|@escape} {/foreach}{/if}
+ {$entry.timestamp|@formatTime:$template_option.date_format}. {$CONST.POSTED_BY} {$entry.author} {if $entry.categories} {$CONST.IN} {foreach from=$entry.categories item="entry_category" name="categories"}{$entry_category.category_name|@escape} {/foreach}{/if} {/foreach} {/foreach}