61
lol i try the arhive redesign code from the topic
https://xoops.org/modules/newbb/viewtopic.php?post_id=163853le="color: #000000"><?php <table> <tr> <th><{$lang_newsarchives}></th> </tr> <{foreach item=year from=$years}> <tr class="even"> <td><{$year.number}></td> </tr> <tr class="odd"> <td> <{foreach item=month from=$year.months}> <a href="./archive.php?year=<{$year.number}>&month=<{$month.number}>"><{$month.string}> </a> <{/foreach}> </td> </tr> <{/foreach}> </table>
and it also work in publisher..
hope this can be put in publisher...