All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_logout.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" width="500" class="admin dashed">
3         <tr>
4                 <td height="5" class="seperator">&nbsp;</td>
5         </tr>
6         <tr>
7                 <td align="center" class="admin_content"><strong>{--ADMIN_LOGOUT_DONE--}</strong><br />
8                 <br />
9                 <a class="admin_content"
10                         href="{!URL!}/modules.php?module=admin&amp;action=login">{--ADMIN_RELOGIN_LINK--}</a><br />
11                 <br />
12                 <a class="admin_content" href="{!URL!}/modules.php?module=index">{--ADMIN_BACK_TO_GUEST_MENU--}</a><br />
13                 </td>
14         </tr>
15         <tr>
16                 <td height="5" class="seperator">&nbsp;</td>
17         </tr>
18 </table>
19 </div>