]> git.mxchange.org Git - shipsimu.git/blob - application/ship-simu/templates/de/code/block_persona_data.ctp
Email address confirmation now working (not in registration):
[shipsimu.git] / application / ship-simu / templates / de / code / block_persona_data.ctp
1 <?php
2 // Get a helper instance for the profile link (and maybe later more!)
3 $helperInstance = WebLinkHelper::createWebLinkHelper($this, 'profile_link');
4
5 // Prefetch user instance
6 $helperInstance->prefetchValueInstance('user');
7
8 // Flush the content out
9 //$helperInstance->flushContent();
10
11 // End of PHP commands
12 ?>
13 <div class="gamer_name_div">
14         Spielername: <span class="gamer_name">{?block_username?}</span>
15 </div>
16 <div class="gamer_status_div">
17         Spielerstatus: <span class="gamer_status">{?block_user_status?}</span>
18 </div>
19 <div class="gamer_profile_div">
20         {?profile_link?}
21 </div>
22 <div class="gamer_registered_div">
23         Angemeldet seit: <span class="registered">{?block_registered?}</span>
24 </div>