Add favicon to back-end login page (#3803)

Credit to @gergo85
This commit is contained in:
Szabó Gergő 2018-09-20 00:03:13 +02:00 committed by Luke Towers
parent 9030f27cc8
commit 0d451e3b0f
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="backend-base-path" content="<?= Backend::baseUrl() ?>">
<meta name="csrf-token" content="<?= csrf_token() ?>">
<link rel="icon" type="image/png" href="<?= Backend::skinAsset('assets/images/favicon.png') ?>">
<title><?= e(trans('backend::lang.auth.title')) ?></title>
<link href="<?= Url::asset('modules/system/assets/ui/storm.css') ?>" rel="stylesheet">
<link href="<?= Url::to('modules/backend/assets/css/october.css') ?>" rel="stylesheet">