]> git.mxchange.org Git - shipsimu.git/blobdiff - application/todo/templates/de/code/logout_done.ctp
External core repository finally set
[shipsimu.git] / application / todo / templates / de / code / logout_done.ctp
index 4898b72b0d3303ca7427e93d4e2e1b8c408bc75f..db882f63918868a88fff5043b92a582344656dec 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get helper instance
-$helper = WebLinkHelper::createWebLinkHelper($this, 'relogin_link', 'index.php?app={?app_short_name?}&amp;page=login');
+$helper = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'relogin_link', 'index.php?app={?app_short_name?}&amp;page=login'));
 
 // Set link text
 $helper->addLinkWithTextById('relogin_link_text');
@@ -8,12 +8,12 @@ $helper->addLinkWithTextById('relogin_link_text');
 // Flush the content
 $helper->flushContent();
 
-// [EOF]
+// [EOC]
 ?>
 <div id="content_header">
        Du bist jetzt aus dem ToDo-Manager ausgeloggt!
 </div>
 
 <div id="content_body">
-       Du kannst dich nun {?relogin_link}? oder weiter auf unseren Seiten bleiben. ;-)
+       Du kannst dich nun {?relogin_link?} oder weiter auf unseren Seiten bleiben. ;-)
 </div>