]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/block_persona_data.ctp
Deleted to reflect code changes in core revision 233
[shipsimu.git] / application / ship-simu / templates / de / code / block_persona_data.ctp
index 4965145b1c3aedc84dbb227230782d1be22a3447..bff6bfafb29668019b68b906515ba610e53f967e 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', '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');
@@ -10,15 +10,18 @@ $helperInstance->flushContent();
 
 // [EOC]
 ?>
-<div class="user_name_div">
+<div id="user_name_div" class="block_cell">
        Spielername: <span id="user_name">{?block_username?}</span>
 </div>
-<div class="user_status_div">
+<div id="user_status_div" class="block_cell">
        Spielerstatus: <span id="user_status">{?block_user_status?}</span>
 </div>
-<div class="user_profile_div">
+<div id="user_points_div" class="block_cell">
+       {?currency?}: <span id="user_points">{?block_points?}</span>
+</div>
+<div id="user_profile_div" class="block_cell">
        {?profile?}
 </div>
-<div class="user_registered_div">
+<div id="user_registered_div" class="block_cell">
        Angemeldet seit: <span id="registered">{?block_registered?}</span>
 </div>