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