diff options
Diffstat (limited to 'resources/views/layouts/administration.php')
| -rw-r--r-- | resources/views/layouts/administration.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/resources/views/layouts/administration.php b/resources/views/layouts/administration.php index 77242ae5c1..9f54abbfd3 100644 --- a/resources/views/layouts/administration.php +++ b/resources/views/layouts/administration.php @@ -11,9 +11,7 @@ <title><?= $title ?></title> - <link rel="icon" type="image/png" href="<?= Html::escape($common_url) ?>favicon.png"> - <link rel="icon" type="image/png" href="<?= Html::escape($common_url) ?>favicon192.png" sizes="192x192"> - <link rel="apple-touch-icon" sizes="180x180" href="<?= Html::escape($common_url) ?>favicon180.png"> + <link rel="icon" href="favicon.ico" type="image/x-icon"> <link rel="stylesheet" type="text/css" href="<?= Html::escape(WT_BOOTSTRAP_CSS_URL) ?>"> <link rel="stylesheet" type="text/css" href="<?= Html::escape(WT_FONT_AWESOME_CSS_URL) ?>"> @@ -80,7 +78,5 @@ <script src="<?= Html::escape(WT_BOOTSTRAP_DATETIMEPICKER_JS_URL) ?>"></script> <script src="<?= Html::escape(WT_WEBTREES_JS_URL) ?>"></script> <script src="<?= Html::escape(WT_ADMIN_JS_URL) ?>"></script> - - <?= $javascript ?> </body> </html> |
