]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/block_persona_data.ctp
Back-slashes removed from HTML
[shipsimu.git] / application / ship-simu / templates / de / code / block_persona_data.ctp
index 536d5a4af96c3a4d9628216a42f2ae75b9e80310..db011d454e025b347491f348e7758dfd27347673 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // Get a helper instance for the profile link (and maybe later more!)
-$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'profile_link', 'index.php?app={?app_short_name?}&amp;page=login_area'));
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'profile'));
 
 // 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">
        Spielername: <span id="user_name">{?block_username?}</span>
@@ -17,7 +17,7 @@ $helperInstance->flushContent();
        Spielerstatus: <span id="user_status">{?block_user_status?}</span>
 </div>
 <div class="user_profile_div">
-       {?profile_link?}
+       {?profile?}
 </div>
 <div class="user_registered_div">
        Angemeldet seit: <span id="registered">{?block_registered?}</span>