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