]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/logout_done.ctp
Global fix for svn::execuetable ... :(
[shipsimu.git] / application / ship-simu / templates / de / code / logout_done.ctp
index 4eba18049714e7ecc0310100f26c8dfb84978a59..9843f5040bb10601ac9c2045e66cf88821b58cc6 100644 (file)
@@ -1,19 +1,19 @@
 <?php
 // Get helper instance
-$helper = WebLinkHelper::createWebLinkHelper($this, 'relogin_link', 'index.php?app={?app_short_name?}&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>