diff options
author | Thomas Lange <code@nerdmind.de> | 2021-06-26 00:34:34 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-06-26 00:37:46 +0200 |
commit | d581ae0cfc6c4c3210cbdd9680739a74211cde67 (patch) | |
tree | 38f1572337c91075f45bf347662268fa403b6e3e /theme/admin/html/post/index.php | |
parent | 2777d36d5e5271ea70f8ee7d4c403e4309812de8 (diff) | |
download | blog-d581ae0cfc6c4c3210cbdd9680739a74211cde67.tar.gz blog-d581ae0cfc6c4c3210cbdd9680739a74211cde67.tar.xz blog-d581ae0cfc6c4c3210cbdd9680739a74211cde67.zip |
Add and change some Fontello icons for admin theme
Diffstat (limited to 'theme/admin/html/post/index.php')
-rw-r--r-- | theme/admin/html/post/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/admin/html/post/index.php b/theme/admin/html/post/index.php index 83dd5dc..eb5cb7e 100644 --- a/theme/admin/html/post/index.php +++ b/theme/admin/html/post/index.php @@ -2,7 +2,7 @@ <h1><i class="fa fa-newspaper-o"></i><?=$Language->text('post_overview')?></h1> <p class="actions-before"><?=$Language->text('overview_post_desc')?></p> <ul class="actions"> - <li><a href="<?=Application::getAdminURL('post/insert.php')?>" title="<?=$Language->text('insert_post')?>"><i class="fa fa-pencil-square-o"></i><?=$Language->text('insert')?></a></li> + <li><a href="<?=Application::getAdminURL('post/insert.php')?>" title="<?=$Language->text('insert_post')?>"><i class="fa fa-plus"></i><?=$Language->text('insert')?></a></li> <li><a href="<?=Application::getAdminURL('post/search.php')?>" title="<?=$Language->text('search_post')?>"><i class="fa fa-search"></i><?=$Language->text('search')?></a></li> </ul> |