]> 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 be8a24b434d116301db2c63cf94b7236edeadb32..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 Blog ausgeloggt!
+       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>