diff options
Diffstat (limited to 'public/system')
| -rw-r--r-- | public/system/emotes/index.php | 1 | ||||
| -rw-r--r-- | public/system/index.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/public/system/emotes/index.php b/public/system/emotes/index.php index 1c16152..713957e 100644 --- a/public/system/emotes/index.php +++ b/public/system/emotes/index.php @@ -45,6 +45,7 @@ if ($emote_id > 0) { <head> <title>System panel - <?php echo INSTANCE_NAME ?></title> <link rel="stylesheet" href="/static/style.css"> + <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon"> </head> <body> diff --git a/public/system/index.php b/public/system/index.php index 601339b..8786b0e 100644 --- a/public/system/index.php +++ b/public/system/index.php @@ -23,6 +23,7 @@ $db = new PDO(DB_URL, DB_USER, DB_PASS); <head> <title>System panel - <?php echo INSTANCE_NAME ?></title> <link rel="stylesheet" href="/static/style.css"> + <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon"> </head> <body> |
