]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/login_failed.ctp
All helper are now configurable
[shipsimu.git] / application / ship-simu / templates / de / code / login_failed.ctp
index 39bca5a3212f96f33a2ed4b5e2bcbb3b01a89ee2..a2c96e6944d2f37c9cd74b7ee2eeb81a0a12b177 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get helper instance
-$helperInstance = WebLinkHelper::createWebLinkHelper($this, 'login_retry_link', 'index.php?app={?app_short_name?}&amp;page=login');
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'login_retry_link', 'index.php?app={?app_short_name?}&amp;page=login'));
 
 // Set link text
 $helperInstance->addLinkWithTextById('login_retry_text');