diff options
author | Thomas Lange <code@nerdmind.de> | 2017-08-13 15:52:57 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2017-08-13 15:52:57 +0200 |
commit | e0fc0f469303825d4155721e90bfa6f2062c836e (patch) | |
tree | bd925a73274142076a8533b2e52b58a991a07dd4 | |
parent | a9684792106e4de3aa622d33a0ed7780cbd67ad0 (diff) | |
download | blog-e0fc0f469303825d4155721e90bfa6f2062c836e.tar.gz blog-e0fc0f469303825d4155721e90bfa6f2062c836e.tar.xz blog-e0fc0f469303825d4155721e90bfa6f2062c836e.zip |
A missing Font Awesome icon for the login page was added to the admin template.
-rw-r--r-- | template/admin/html/auth.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/admin/html/auth.php b/template/admin/html/auth.php index 6aec620..e6bfb1e 100644 --- a/template/admin/html/auth.php +++ b/template/admin/html/auth.php @@ -1,4 +1,4 @@ -<h1><?=$Language->text('authentication_text')?></h1> +<h1><i class="fa fa-sign-in"></i><?=$Language->text('authentication_text')?></h1> <p><?=$Language->text('authentication_desc')?></p> <form action="" method="POST"> |