diff options
| author | root | 2014-11-17 01:42:48 +0100 |
|---|---|---|
| committer | root | 2014-11-17 01:42:48 +0100 |
| commit | f7755964e8703d66cee123a18519a07d49df0ae0 (patch) | |
| tree | d86a933802e200cf5d4e487afbd9d8bb121f5146 /index.php | |
| parent | 4168f7aff52f6e7cf7320e42252227dac5169c4a (diff) | |
| download | tools.iamfabulous.de-f7755964e8703d66cee123a18519a07d49df0ae0.tar.gz | |
modified for use case
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <style> - <?php echo file_get_contents("../tools/style.css"); ?> + <?php echo file_get_contents("./tools/style.css"); ?> </style> <noscript><style>.navbar{margin-bottom:0;}</style></noscript> <?php if ( ! $set) { ?> @@ -18,7 +18,7 @@ <link rel='shortcut icon' href='../tools/favicon.ico' type='image/x-icon'> </head> <body> - <?php require("../tools/navbar.php"); ?> + <?php require("./tools/navbar.php"); ?> <div class="container"> <div class="text-center"> <div class="row"> @@ -27,4 +27,4 @@ </div> </div> - <?php require("../tools/footer.php"); ?> + <?php require("./tools/footer.php"); ?> |
