diff options
Diffstat (limited to 'linkshorter/view/templ-head.php')
| -rw-r--r-- | linkshorter/view/templ-head.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linkshorter/view/templ-head.php b/linkshorter/view/templ-head.php index 2eee43c..4dd76d5 100644 --- a/linkshorter/view/templ-head.php +++ b/linkshorter/view/templ-head.php @@ -1,3 +1,6 @@ +<?php + require '../tools/config.php'; +?> <!doctype html> <html> <head> @@ -9,7 +12,7 @@ <?php echo file_get_contents("../tools/style.css"); ?> .grey { color: #737373;} </style> - <link rel='shortcut icon' href='../tools/favicon.ico' type='image/x-icon'> + <link rel='shortcut icon' href='<?php echo __domain_; ?>/tools/favicon.ico' type='image/x-icon'> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <?php require("../tools/navbar.php"); ?> |
