]> git.mxchange.org Git - shipsimu.git/blobdiff - application/todo/templates/de/code/login_failed.ctp
EOF->EOC in code templates replaced, training form extended
[shipsimu.git] / application / todo / templates / de / code / login_failed.ctp
index 4255c189136ff5900f85d02d181bbde1b5548fb7..26a81f8ec0ec0656b887aa0e6fdddb6ef1932b7b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get helper instance
-$helper = WebLinkHelper::createWebLinkHelper($this, 'login_retry_link', 'index.php?app={?app_short_name?}&amp;page=login');
+$helper = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'login_retry_link', 'index.php?app={?app_short_name?}&amp;page=login'));
 
 // Set link text
 $helper->addLinkWithTextById('login_retry_link_text');
@@ -8,7 +8,7 @@ $helper->addLinkWithTextById('login_retry_link_text');
 // Flush the content
 $helper->flushContent();
 
-// [EOF]
+// [EOC]
 ?>
 <div id="content_header">
        Du bist nicht mehr im ToDo-Manager eingeloggt!