]> 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 ec843fd1fc3427d0f4278d67d99324fb11ac28c0..db011d454e025b347491f348e7758dfd27347673 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'));
 
 // Prefetch user instance
 $helperInstance->prefetchValueInstance('user');
@@ -8,17 +8,17 @@ $helperInstance->prefetchValueInstance('user');
 // Flush the content out
 $helperInstance->flushContent();
 
-// End of PHP commands
+// [EOC]
 ?>
 <div class="user_name_div">
-       Spielername: <span class="user_name">{?block_username?}</span>
+       Spielername: <span id="user_name">{?block_username?}</span>
 </div>
 <div class="user_status_div">
-       Spielerstatus: <span class="user_status">{?block_user_status?}</span>
+       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 class="registered">{?block_registered?}</span>
+       Angemeldet seit: <span id="registered">{?block_registered?}</span>
 </div>