{serendipity_hookPlugin hook="entries_header"} {if $template_option.categories_on_archive || $template_option.tags_on_archive}
{if $template_option.categories_on_archive}
{serendipity_showPlugin class="serendipity_plugin_categories" template="archive_categories.tpl"}
{/if} {if $template_option.tags_on_archive}
{serendipity_showPlugin class="serendipity_plugin_freetag" template="archive_freetag.tpl"}
{/if}
{/if}
{if $template_option.categories_on_archive || $template_option.tags_on_archive}

{if $category}{$category_info.category_name} - {/if}{$CONST.ARCHIVES}

{/if}
{serendipity_hookPlugin hook="entries_footer"}