]> git.mxchange.org Git - admin.git/blobdiff - application/admin/templates/de/code/logout_done.ctp
Rewritten for updated core
[admin.git] / application / admin / templates / de / code / logout_done.ctp
index fa7e286c177eeed0d408b615eac0bb2820d7b143..0c430b04bc19cd3237e5971017472c4c4369ff61 100644 (file)
@@ -1,12 +1,12 @@
 <?php
 // Get helper instance
-$helper = 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
-$helper->addLinkWithTextById('relogin_link_text');
+$helperInstance->addLinkWithTextById('relogin');
 
 // Flush the content
-$helper->flushContent();
+$helperInstance->flushContent();
 
 // [EOC]
 ?>
@@ -15,5 +15,5 @@ $helper->flushContent();
 </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>