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