summaryrefslogtreecommitdiff
path: root/app/Template/user/profile.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-05-16 20:55:21 -0400
committerFrederic Guillot <fred@kanboard.net>2016-05-16 20:55:21 -0400
commit4514bc1d4b4abff23902e46da76e70f13a3647eb (patch)
treefb4f03d47f49bd8acc6fbae943ac44ac58df9540 /app/Template/user/profile.php
parentabdf6f97800e7e838b5841820815385b183bab67 (diff)
Improve user controllers and views
Diffstat (limited to 'app/Template/user/profile.php')
-rw-r--r--app/Template/user/profile.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/Template/user/profile.php b/app/Template/user/profile.php
deleted file mode 100644
index 9c9d3282..00000000
--- a/app/Template/user/profile.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<section id="main">
- <br>
- <?= $this->avatar->render($user['id'], $user['username'], $user['name'], $user['email'], $user['avatar_path']) ?>
- <ul class="listing">
- <li><?= t('Username:') ?> <strong><?= $this->text->e($user['username']) ?></strong></li>
- <li><?= t('Name:') ?> <strong><?= $this->text->e($user['name']) ?: t('None') ?></strong></li>
- <li><?= t('Email:') ?> <strong><?= $this->text->e($user['email']) ?: t('None') ?></strong></li>
- </ul>
-</section> \ No newline at end of file