aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/html/user/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/html/user/item.php')
-rw-r--r--template/default/html/user/item.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/template/default/html/user/item.php b/template/default/html/user/item.php
new file mode 100644
index 0000000..d03d330
--- /dev/null
+++ b/template/default/html/user/item.php
@@ -0,0 +1,20 @@
+<?php
+#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
+# User Item Template [Thomas Lange <code@nerdmind.de>] #
+#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
+# #
+# [see documentation] #
+# #
+#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#
+?>
+<article class="item">
+ <header>
+ <h2>
+ <a title="<?=$Language->text('select_user')?>: »<?=escapeHTML($USER['ATTR']['FULLNAME'])?>«" href="<?=$USER['URL']?>"><?=escapeHTML($USER['ATTR']['FULLNAME'])?></a>
+ </h2>
+ <span class="brackets info"><?=escapeHTML($USER['ATTR']['USERNAME'])?></span>
+ </header>
+ <blockquote cite="<?=$USER['URL']?>">
+ <?=$USER['BODY']['HTML']()?>
+ </blockquote>
+</article> \ No newline at end of file