From 8ea44184a3b7ad954643da36f42ceb37a82109a8 Mon Sep 17 00:00:00 2001 From: donchambers Date: Sun, 14 Oct 2007 23:11:10 +0000 Subject: [PATCH] BP: added class of archive_summary_details to entries_summary.tpl. --- templates/bulletproof/entries_summary.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.39.5