]> git.mxchange.org Git - shipsimu.git/blobdiff - application/blog/templates/de/code/logout_done.ctp
External core repository finally set
[shipsimu.git] / application / blog / templates / de / code / logout_done.ctp
index 106b2287a2d4509c389f5c1f8a60520343712b35..a84cc92cfe3eaa82a5d15e15ab16f37afefa81eb 100644 (file)
@@ -1,19 +1,19 @@
 <?php
 // Get helper instance
-$helper = WebLinkHelper::createWebLinkHelper($this, 'relogin_link', 'index.php?app=blog&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->setLinkTextById('relogin_link_text');
+$helper->addLinkWithTextById('relogin_link_text');
 
 // Flush the content
 $helper->flushContent();
 
-// [EOF]
+// [EOC]
 ?>
 <div id="content_header">
        Du bist jetzt aus dem Blog 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>