External core repository finally set
[shipsimu.git] / application / todo / templates / de / code / block_persona_data.ctp
index e92df8a6b4996cc4a8987e2aa4d4265dd3e46168..36a620b70cee0acb9d853becc469713fd8b2a100 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');
@@ -8,7 +8,7 @@ $helperInstance->prefetchValueInstance('user');
 // Flush the content out
 $helperInstance->flushContent();
 
-// End of PHP commands
+// [EOC]
 ?>
 <div class="user_name_div">
        Nickname: <span class="user_name">{?block_username?}</span>