DemptD |
|
---|---|
The code:
<!-- BEGIN: MAIN --> <table class="cells"> <!-- BEGIN: LIST_ROWCAT --> <tr> <td colspan="5" style="background:transparent;" class="{LIST_ROWCAT_ODDEVEN}"> <strong><a href="{LIST_ROWCAT_URL}">{LIST_ROWCAT_TITLE} ...</a></strong><br /> <span class="desc">{LIST_ROWCAT_DESC}</span> </td> </tr> <!-- END: LIST_ROWCAT --> <tr> <td class="coltop" colspan="2"><b>Links</b></td> </tr> <!-- BEGIN: LIST_ROW --> <tr> <td class="{LIST_ROW_ODDEVEN}" width="88"><a href="{LIST_ROW_JUMP}"><img src="{LIST_ROW_EXTRA3}" alt="{LIST_ROW_TITLE}" width="88" height="31" /></a></td> <td class="{LIST_ROW_ODDEVEN}" style="vertical-align:middle;"> <strong><a href="{LIST_ROW_JUMP}">{LIST_ROW_TITLE}</a></strong><br /> <span class="desc">{LIST_ROW_DESC} ({LIST_ROW_FILECOUNT} {PHP.skinlang.list.hits})</span> {LIST_ROW_ADMIN} </td> </tr> <!-- END: LIST_ROW --> </table> <br> <table class="cells"> <tr> <td class="coltop" colspan="2"><b>Link me</b></td> </tr> <tr> <td class="{LIST_ROW_ODDEVEN}" width="88"><a href="index.php"><img src="http://www.demptd.com/datas/users/demptd_88x31_1.gif" width="88" height="31" /></a></td> <td class="{LIST_ROW_ODDEVEN}" style="vertical-align:middle;"> <strong><a href="index.php">Link me (88x31)</a></strong><br /> <span class="desc">Want to affiliate? Click <a herf="plug.php?e=contactus">here</a></span> </td> </tr> <tr> <td class="{LIST_ROW_ODDEVEN}" width="88"><a href="index.php"><img src="http://www.demptd.com/datas/users/demptd_88x11_1.gif" width="88" height="11" /></a></td> <td class="{LIST_ROW_ODDEVEN}" style="vertical-align:middle;"> <strong><a href="index.php">Link me (88x11)</a></strong><br /> <span class="desc">Want to affiliate? Click <a herf="plug.php?e=contactus">here</a></span> </td> </tr> </table> <!-- END: MAIN --> Its something i found on neocrome made by tefra, not a plugin just tpl and tags. list.links.tpl and some more, ill see if i find it :) Edit: http://neocrome.net/forums.php?m=posts&p=104484#104484 |