Fixed minor bug in default-php template. Changed id archives_listing to class in entries_archives.tpl.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{serendipity_hookPlugin hook="entries_header"}
|
{serendipity_hookPlugin hook="entries_header"}
|
||||||
<h3 class="serendipity_date"><?= ARCHIVES ?></h3>
|
<h3 class="serendipity_date"><?= ARCHIVES ?></h3>
|
||||||
{foreach from=$archives item="archive"}
|
{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">
|
<tr class="archives_header">
|
||||||
<td class="archives_header" colspan="4"><h2><?= $archive['year'] ?></h2></td>
|
<td class="archives_header" colspan="4"><h2><?= $archive['year'] ?></h2></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user