Fixed minor bug in default-php template. Changed id archives_listing to class in entries_archives.tpl.

This commit is contained in:
Matthias Mees 2009-02-11 10:38:08 +00:00
parent 54ba30632b
commit 08ced3efed

View File

@ -1,7 +1,7 @@
{serendipity_hookPlugin hook="entries_header"}
<h3 class="serendipity_date"><?= ARCHIVES ?></h3>
{foreach from=$archives item="archive"}
<table id="archives_listing" cellspacing="4" cellpadding="4" border="0">
<table class="archives_listing" cellspacing="4" cellpadding="4" border="0">
<tr class="archives_header">
<td class="archives_header" colspan="4"><h2><?= $archive['year'] ?></h2></td>
</tr>