]> git.mxchange.org Git - shipsimu.git/blobdiff - application/admin/templates/de/code/login_failed.ctp
All helper are now configurable
[shipsimu.git] / application / admin / templates / de / code / login_failed.ctp
index e7f7d75d1af24526cb32c757393f1a889c52d233..378a9572d58d11865c998a22aa42e6e8139df7d7 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');