diff options
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +<?php + require './tools/config.php'; +?> <!doctype html> <html> <head> @@ -10,7 +13,7 @@ <noscript><style>.navbar{margin-bottom:0;}</style></noscript> <title>Tools | iamfabulous.de</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <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'> </head> <body> <?php require("./tools/navbar.php"); ?> |
