]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/logout_done.ctp
A lot menu templates added, XMLs rewritten, TODOs.txt updated
[shipsimu.git] / application / ship-simu / templates / de / code / logout_done.ctp
index 1f37ca835b85a9538e66d8f2bd01d483f5e86f7b..9843f5040bb10601ac9c2045e66cf88821b58cc6 100644 (file)
@@ -1,19 +1,19 @@
 <?php
 // Get helper instance
-$helper = WebLinkHelper::createWebLinkHelper($this, 'relogin_link', 'index.php?app=ship-simu&amp;page=login');
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'relogin'));
 
 // Set link text
-$helper->addLinkWithTextById('relogin_link_text');
+$helperInstance->addLinkWithTextById('relogin');
 
 // Flush the content
-$helper->flushContent();
+$helperInstance->flushContent();
 
-// [EOF]
+// [EOC]
 ?>
 <div id="content_header">
        Du bist jetzt aus dem Spiel ausgeloggt!
 </div>
 
 <div id="content_body">
-       Du kannst dich nun {?relogin_link?} oder weiter auf unseren Seiten bleiben. ;-)
+       Du kannst dich nun {?relogin?} oder weiter auf unseren Seiten bleiben. ;-)
 </div>