]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mini_online.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_mini_online.tpl
index f73ed3118d0c42c971438611d7b396f8dfee8f60..9ac55c4adc44e21c3840bce119cb7676fd5826ef 100644 (file)
@@ -1,21 +1,22 @@
 <table border="0" cellspacing="0" cellpadding="0" width="170" class="admin_table dashed">
        <tr>
                <td colspan="3" class="admin_title bottom2" align="center" height="30">
-               <strong>{--USER_NOW_ONLINE--}</strong></td>
+                       <strong>{--USER_NOW_ONLINE--}</strong>
+               </td>
        </tr>
        <tr>
                <td width="85%" class="bottom2" align="right"><div class="medium">{--GUESTS_ONLINE--}:</div></td>
                <td width="5%" class="bottom2 seperator">&nbsp;</td>
-               <td width="10%" class="bottom2"><strong>{!_GUESTS_ONLINE!}</strong></td>
+               <td width="10%" class="bottom2"><strong>$content[guests_online]</strong></td>
        </tr>
        <tr>
                <td class="bottom2" align="right"><div class="medium">{--MEMBERS_ONLINE--}:</div></td>
                <td class="bottom2 seperator">&nbsp;</td>
-               <td class="bottom2"><strong>{!_MEMBERS_ONLINE!}</strong></td>
+               <td class="bottom2"><strong>$content[members_online]</strong></td>
        </tr>
        <tr>
                <td align="right"><div class="medium">{--ADMINS_ONLINE--}:</div></td>
                <td class"seperator">&nbsp;</td>
-               <td><strong>{!_ADMINS_ONLINE!}</strong></td>
+               <td><strong>$content[admins_online]</strong></td>
        </tr>
 </table>