diff --git a/templates/bulletproof/entries_archives.tpl b/templates/bulletproof/entries_archives.tpl
index 2eae4ca0..f3bf6520 100644
--- a/templates/bulletproof/entries_archives.tpl
+++ b/templates/bulletproof/entries_archives.tpl
@@ -1,23 +1,25 @@
{serendipity_hookPlugin hook="entries_header"}
-
{$CONST.ARCHIVES}
- {foreach from=$archives item="archive"}
-
- {foreach from=$archive.months item="month"}
-
- {/foreach}
- {/foreach}
+
{$CONST.ARCHIVES}
+ {foreach from=$archives item="archive"}
+
+
+ {foreach from=$archive.months item="month"}
+
+ {/foreach}
+
+ {/foreach}
diff --git a/templates/bulletproof/entries_summary.tpl b/templates/bulletproof/entries_summary.tpl
index 86e56404..01fd44c1 100644
--- a/templates/bulletproof/entries_summary.tpl
+++ b/templates/bulletproof/entries_summary.tpl
@@ -1,14 +1,26 @@
{serendipity_hookPlugin hook="entries_header"}
-
{$CONST.TOPICS_OF} {$dateRange.0|@formatTime:"%B, %Y"}
-
- {foreach from=$entries item="entries"}
- {foreach from=$entries.entries item="entry"}
-
- {/foreach}
- {/foreach}
-
+
{$CONST.TOPICS_OF} {$dateRange.0|@formatTime:"%B, %Y"}
+
+ {foreach from=$entries item="entries"}
+ {foreach from=$entries.entries item="entry"}
+
+
+ - {$entry.timestamp|@formatTime:$template_option.date_format}
+ -
+ {if $template_option.footerauthor == 'true'}
+ {$CONST.POSTED_BY} {$entry.author}
+ {/if}
+ {if $template_option.footercategories == 'true'}
+ {if $entry.categories}
+ {$CONST.IN} {foreach from=$entry.categories item="entry_category" name="categories"}{$entry_category.category_name|@escape}{if not $smarty.foreach.categories.last}, {/if}{/foreach}
+ {/if}
+ {/if}
+
+
+ {/foreach}
+ {/foreach}
+