]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_list_beg.tpl
Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / member / member_list_beg.tpl
index 7fb3941c413fd2f0fe0069ba5f64d583ec1b0b15..bc123e557c68f862a0a5fd6fccd197b43ee26652 100644 (file)
@@ -1,4 +1,4 @@
-<P align="center"><strong>{--BEG_MEMBER_HERE_IS_THE_LIST--}</strong><br />
+<div align="center"><strong>{--BEG_MEMBER_HERE_IS_THE_LIST--}</strong><br />
 <br />
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
        <tr>
@@ -7,7 +7,7 @@
                <td width="100" align="center" class="member_header bottom2"><strong>{--BEG_POINTS--}:</strong></td>
                <td width="220" align="center" class="member_header bottom2"><strong>{--ADMIN_LAST_ONLINE--}:</strong></td>
        </tr>
-       {!__BEG_ROWS!}
+       $content[rows]
        <tr>
                <td colspan="4" class="member_footer" align="center"
                        style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
@@ -37,8 +37,8 @@
        <tr>
                <td colspan="4" class="member_footer" align="center"
                        style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px">
-               <a href="{!URL!}/modules.php?module=login&amp;what=beg">{--BEG_LINK_HERE--}</a>
+               <a href="{?URL?}/modules.php?module=login&amp;what=beg">{--BEG_LINK_HERE--}</a>
                </td>
        </tr>
 </table>
-</P>
+</div>