]> 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 f51077b0c0500dae9fdf2fca6742b4f3c9db71e1..db011d454e025b347491f348e7758dfd27347673 100644 (file)
@@ -1,24 +1,24 @@
 <?php
 // Get a helper instance for the profile link (and maybe later more!)
-$helperInstance = WebLinkHelper::createWebLinkHelper($this, 'profile_link');
+$helperInstance = ObjectFactory::createObjectByConfiguredName('web_link_helper', array($this, 'profile'));
 
 // Prefetch user instance
 $helperInstance->prefetchValueInstance('user');
 
 // Flush the content out
-//$helperInstance->flushContent();
+$helperInstance->flushContent();
 
-// End of PHP commands
+// [EOC]
 ?>
-<div class="gamer_name_div">
-       Spielername: <span class="gamer_name">{?block_username?}</span>
+<div class="user_name_div">
+       Spielername: <span id="user_name">{?block_username?}</span>
 </div>
-<div class="gamer_status_div">
-       Spielerstatus: <span class="gamer_status">{?block_user_status?}</span>
+<div class="user_status_div">
+       Spielerstatus: <span id="user_status">{?block_user_status?}</span>
 </div>
-<div class="gamer_profile_div">
-       {?profile_link?}
+<div class="user_profile_div">
+       {?profile?}
 </div>
-<div class="gamer_registered_div">
-       Angemeldet seit: <span class="registered">{?block_registered?}</span>
+<div class="user_registered_div">
+       Angemeldet seit: <span id="registered">{?block_registered?}</span>
 </div>