From 33794b12d5c68df918b988497a396b86acb09feb Mon Sep 17 00:00:00 2001
From: Thomas Lange <code@nerdmind.de>
Date: Fri, 26 Apr 2019 20:32:48 +0200
Subject: Rename "template" directory to "theme"

This commit renames the "template" directory to "theme" because "theme" is the more correct term here.
---
 template/admin/html/user/item.php | 28 ----------------------------
 1 file changed, 28 deletions(-)
 delete mode 100644 template/admin/html/user/item.php

(limited to 'template/admin/html/user/item.php')

diff --git a/template/admin/html/user/item.php b/template/admin/html/user/item.php
deleted file mode 100644
index d8e43cf..0000000
--- a/template/admin/html/user/item.php
+++ /dev/null
@@ -1,28 +0,0 @@
-<article class="item">
-	<header>
-		<h2><i class="fa fa-user"></i><?=escapeHTML($USER['ATTR']['FULLNAME'])?></h2>
-		<div>
-			<span class="brackets item-id">#<?=$USER['ATTR']['ID']?></span>
-			<time class="brackets" datetime="<?=$USER['ATTR']['TIME_INSERT']?>"><?=parseDatetime($USER['ATTR']['TIME_INSERT'], $Language->text('date_format'))?></time>
-		</div>
-	</header>
-	<blockquote cite="<?=$USER['URL']?>">
-		<p><?=excerpt($USER['BODY']['HTML']())?></p>
-	</blockquote>
-
-	<?php if($USER['ARGV']): ?>
-		<ul class="arguments">
-			<?php foreach($USER['ARGV'] as $argument => $value): ?>
-				<li><strong><?=$argument?>:</strong> <span><?=escapeHTML($value)?></span></li>
-			<?php endforeach; ?>
-		</ul>
-	<?php endif; ?>
-
-	<footer>
-		<ul>
-			<li><a href="<?=$USER['URL']?>" target="_blank" title="<?=$Language->text('select_user')?>"><i class="fa fa-external-link"></i><span class="hidden"><?=$Language->text('select_user')?></span></a></li>
-			<li><a href="<?=Application::getAdminURL("user/update.php?id={$USER['ATTR']['ID']}")?>" title="<?=$Language->text('update_user')?>"><i class="fa fa-pencil-square-o"></i><span class="hidden"><?=$Language->text('update_user')?></span></a></li>
-			<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
-- 
cgit v1.2.3