diff options
Diffstat (limited to 'template/standard/html/user/item.php')
-rw-r--r-- | template/standard/html/user/item.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/template/standard/html/user/item.php b/template/standard/html/user/item.php deleted file mode 100644 index d03d330..0000000 --- a/template/standard/html/user/item.php +++ /dev/null @@ -1,20 +0,0 @@ -<?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 |