]> git.mxchange.org Git - city.git/blob - application/city/templates/code/logout_done.ctp
59c8cbcdce5cae24d6b496ac9effcb2dc71b1102
[city.git] / application / city / templates / code / logout_done.ctp
1 <?php
2 // Get helper instance
3 $helperInstance = ObjectFactory::createObjectByConfiguredName('html_link_helper_class', array($this, 'relogin'));
4
5 // Set link text
6 $helperInstance->addLinkWithTextById('relogin');
7
8 // Flush the content
9 $helperInstance->flushContent();
10
11 // [EOC]
12 ?>
13 <div id="content_header">
14         Du bist jetzt aus dem Spiel ausgeloggt!
15 </div>
16
17 <div id="content_body">
18         Du kannst dich nun {?relogin?} oder weiter auf unseren Seiten bleiben. ;-)
19 </div>