]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/logout_done.ctp
Rewritten for updated core
[shipsimu.git] / application / ship-simu / templates / de / code / logout_done.ctp
index 386918425b2c426d4e71010e1cd18608a9797ce0..16fa3770d2b4bfed94809cc9ec38b7b71959a02c 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 // Get helper instance
 <?php
 // Get helper instance
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'relogin_link', 'index.php?app={?app_short_name?}&amp;page=login'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'relogin', 'index.php?app={?app_short_name?}&amp;page=login'));
 
 // Set link text
 
 // Set link text
-$helperInstance->addLinkWithTextById('relogin_link_text');
+$helperInstance->addLinkWithTextById('relogin');
 
 // Flush the content
 $helperInstance->flushContent();
 
 // Flush the content
 $helperInstance->flushContent();
@@ -15,5 +15,5 @@ $helperInstance->flushContent();
 </div>
 
 <div id="content_body">
 </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>
 </div>