Skip to content

Commit

Permalink
Add favicon to back-end login page (octobercms#3803)
Browse files Browse the repository at this point in the history
Credit to @gergo85
  • Loading branch information
gergo85 authored and LukeTowers committed Sep 19, 2018
1 parent 9030f27 commit 0d451e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/backend/layouts/auth.htm
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 0d451e3

Please sign in to comment.