fa7e286c177eeed0d408b615eac0bb2820d7b143
[shipsimu.git] / application / admin / templates / de / code / logout_done.ctp
1 <?php
2 // Get helper instance
3 $helper = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'relogin_link', 'index.php?app={?app_short_name?}&amp;page=login'));
4
5 // Set link text
6 $helper->addLinkWithTextById('relogin_link_text');
7
8 // Flush the content
9 $helper->flushContent();
10
11 // [EOC]
12 ?>
13 <div id="content_header">
14         Du bist jetzt aus dem <span class=\"app_name\">{?app_full_name?}</span> ausgeloggt!
15 </div>
16
17 <div id="content_body">
18         Du kannst dich nun {?relogin_link?} oder weiter auf unseren Seiten bleiben. ;-)
19 </div>