]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shoutbox/templates/de/code/confirm_link.ctp
All helper are now configurable
[shipsimu.git] / application / shoutbox / templates / de / code / confirm_link.ctp
index a399741e3af6e3fa26556764bcbe5c4239601f85..154274613d01ec3a31dc99b17baf8775d70b07ee 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get helper instance
-$helper = WebLinkHelper::createWebLinkHelper($this, 'direct_login_link', 'index.php?app={?app_short_name?}&amp;page=login');
+$helper = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'direct_login_link', 'index.php?app={?app_short_name?}&amp;page=login'));
 
 // Set link text
 $helper->addLinkWithTextById('direct_login_link_text');