Fixed minor bug in default-php template. Changed id archives_listing to class in entries_archives.tpl.
This commit is contained in:
parent
54ba30632b
commit
08ced3efed
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user