aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/user/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/html/user/item.php')
-rw-r--r--theme/admin/html/user/item.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/theme/admin/html/user/item.php b/theme/admin/html/user/item.php
index d8e43cf..ae16637 100644
--- a/theme/admin/html/user/item.php
+++ b/theme/admin/html/user/item.php
@@ -7,6 +7,9 @@
</div>
</header>
<blockquote cite="<?=$USER['URL']?>">
+ <?php if(isset($USER['FILE']['LIST'][0])): ?>
+ <img class="item-image" src="<?=$USER['FILE']['LIST'][0]?>" alt="" />
+ <?php endif; ?>
<p><?=excerpt($USER['BODY']['HTML']())?></p>
</blockquote>
@@ -25,4 +28,4 @@
<li><a href="<?=Application::getAdminURL("user/delete.php?id={$USER['ATTR']['ID']}")?>" title="<?=$Language->text('delete_user')?>"><i class="fa fa-trash-o"></i><span class="hidden"><?=$Language->text('delete_user')?></span></a></li>
</ul>
</footer>
-</article> \ No newline at end of file
+</article>