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