bLINDFISCH
"myXOOPs"-Neuling
Gepostet am:04.01.2006 13:12
#2
Wem die Auflistung im Archiv vielleicht ebenfalls nicht nicht so sagt sollte, kann einfach mal folgende Zeilen ausprobieren.
<table border="0" cellspacing="1" cellpadding="0" width="100%">
<{foreach item=year from=$years}>
<tr bgcolor="#999999" height="20%">
<td width="4%" align="center" valign="middle" bgcolor="#FF6600" style="padding-top:4px; padding-bottom:4px"><{$year.number}></td>
<{foreach item=month from=$year.months}>
<td width="8%" align="center" valign="middle" style="padding-top:4px; padding-bottom:4px"><a href="<{$xoops_url}>/modules/news/archive.php?year=<{$year.number}>&month=<{$month.number}>"><{$month.string}> </a></td>
<{/foreach}>
</tr>
<{/foreach}>
</table>
Re: News Archiv
04.01.2006 13:12 Ok das Problem hat sich erledigt, habe eine Lösung gefunden. Danke!Wem die Auflistung im Archiv vielleicht ebenfalls nicht nicht so sagt sollte, kann einfach mal folgende Zeilen ausprobieren.
<table border="0" cellspacing="1" cellpadding="0" width="100%">
<{foreach item=year from=$years}>
<tr bgcolor="#999999" height="20%">
<td width="4%" align="center" valign="middle" bgcolor="#FF6600" style="padding-top:4px; padding-bottom:4px"><{$year.number}></td>
<{foreach item=month from=$year.months}>
<td width="8%" align="center" valign="middle" style="padding-top:4px; padding-bottom:4px"><a href="<{$xoops_url}>/modules/news/archive.php?year=<{$year.number}>&month=<{$month.number}>"><{$month.string}> </a></td>
<{/foreach}>
</tr>
<{/foreach}>
</table>
