]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/code/block_persona_data.ctp
Following things are changed: (in order of class names)
[shipsimu.git] / application / ship-simu / templates / de / code / block_persona_data.ctp
diff --git a/application/ship-simu/templates/de/code/block_persona_data.ctp b/application/ship-simu/templates/de/code/block_persona_data.ctp
new file mode 100644 (file)
index 0000000..02a84d9
--- /dev/null
@@ -0,0 +1,21 @@
+<?php
+// Get a helper instance for the profile link (and maybe later more!)
+$helperInstance = WebLinkHelper::createWebLinkHelper($this, 'profile_link');
+
+// Prefetch user instance
+$helperInstance->prefetchValueInstance('user');
+
+// Flush the content out
+$helperInstance->flushContent();
+
+// End of PHP commands
+?>
+<div class="gamer_name_div">
+       Spielername: <span class="gamer_name">{?block_username?}</span>
+</div>
+<div class="gamer_profile_div">
+       {?profile_link?}
+</div>
+<div class="gamer_registered_div">
+       Angemeldet seit: <span class="registered">{?block_registered?}</span>
+</div>