1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 13:41:52 +02:00

Use favicon during installation.

This commit is contained in:
Cameron 2016-12-16 13:25:28 -08:00
parent 6008fe5b68
commit a836ab18ac

@ -2072,6 +2072,7 @@ function template_data()
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="'.e_THEME.'bootstrap3/css/bootstrap-dark.min.css" rel="stylesheet">
<link href="'.e_THEME.'bootstrap3/admin_style.css" rel="stylesheet">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<style type="text/css">
body { padding-top: 40px; padding-bottom: 40px; background-color: #181818; }