All helper are now configurable
[shipsimu.git] / application / blog / templates / de / code / login_failed.ctp
index dc67766febefac81569e651aef8fd13965b4a423..09b28f026fe4a29a02af32772d0e0d440931aa9f 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');