]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_logout.tpl
357fa67c00c75eba7074ff08e65360a9bced4f7b
[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_table dashed">
3         <tr>
4                 <td align="center" class="admin_content">
5                         <div><strong>{--ADMIN_LOGOUT_DONE--}</strong></div>
6                         <div><a class="admin_content" href="{%url=modules.php?module=admin%}">{--ADMIN_RELOGIN_LINK--}</a></div>
7                         <div><a class="admin_content" href="{%url=modules.php?module=index%}">{--ADMIN_BACK_TO_GUEST_MENU--}</a></div>
8                 </td>
9         </tr>
10 </table>
11 </div>