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