]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shoutbox/templates/de/code/block_persona_data.ctp
All helper are now configurable
[shipsimu.git] / application / shoutbox / templates / de / code / block_persona_data.ctp
index e92df8a6b4996cc4a8987e2aa4d4265dd3e46168..0f057e9ed5c5acd0a3000fb0cc5f0649560b2879 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get a helper instance for the profile link (and maybe later more!)
-$helperInstance = WebLinkHelper::createWebLinkHelper($this, 'profile_link', 'index.php?app={?app_short_name?}&amp;page=login_area');
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'profile_link', 'index.php?app={?app_short_name?}&amp;page=login_area'));
 
 // Prefetch user instance
 $helperInstance->prefetchValueInstance('user');