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