diff options
author | Thomas Lange <code@nerdmind.de> | 2017-11-02 23:44:21 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-11-02 23:44:21 +0100 |
commit | dbe5ff1d1e6dfc859bead77170ea676425742b04 (patch) | |
tree | 52d5ecb13e71b8442e6833a4dc2da871b7f76c37 /template/admin | |
parent | 9c5c2f3994c79ae092ca6d276b32b95a51348548 (diff) | |
download | blog-dbe5ff1d1e6dfc859bead77170ea676425742b04.tar.gz blog-dbe5ff1d1e6dfc859bead77170ea676425742b04.tar.xz blog-dbe5ff1d1e6dfc859bead77170ea676425742b04.zip |
The item overview links have been removed from the dashboard because there are already such links within the navigation.
Diffstat (limited to 'template/admin')
-rw-r--r-- | template/admin/html/home.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/template/admin/html/home.php b/template/admin/html/home.php index 9d8aee2..a8b003e 100644 --- a/template/admin/html/home.php +++ b/template/admin/html/home.php @@ -4,7 +4,6 @@ <h2><i class="fa fa-newspaper-o"></i><?=$Language->text('last_post')?></h2> <p> <strong><?=$Language->text('posts')?>:</strong> <?=$COUNT['POST']?> - | <a href="<?=Application::getAdminURL('post/')?>"><?=$Language->text('post_overview')?></a> | <a href="<?=Application::getAdminURL('post/insert.php')?>"><?=$Language->text('insert')?></a> | <a href="<?=Application::getAdminURL('post/search.php')?>"><?=$Language->text('search')?></a> </p> @@ -19,7 +18,6 @@ <h2><i class="fa fa-file-text-o"></i><?=$Language->text('last_page')?></h2> <p> <strong><?=$Language->text('pages')?>:</strong> <?=$COUNT['PAGE']?> - | <a href="<?=Application::getAdminURL('page/')?>"><?=$Language->text('page_overview')?></a> | <a href="<?=Application::getAdminURL('page/insert.php')?>"><?=$Language->text('insert')?></a> | <a href="<?=Application::getAdminURL('page/search.php')?>"><?=$Language->text('search')?></a> </p> @@ -35,7 +33,6 @@ <h2><i class="fa fa-user"></i><?=$Language->text('last_user')?></h2> <p> <strong><?=$Language->text('users')?>:</strong> <?=$COUNT['USER']?> - | <a href="<?=Application::getAdminURL('user/')?>"><?=$Language->text('user_overview')?></a> | <a href="<?=Application::getAdminURL('user/insert.php')?>"><?=$Language->text('insert')?></a> </p> |