summaryrefslogtreecommitdiff
path: root/www/login.php
diff options
context:
space:
mode:
authorHorus32014-03-10 23:35:53 +0100
committerHorus32014-03-10 23:35:53 +0100
commit967ec8c209eb118685076468ce7fef59e0452881 (patch)
treed9fd6e6a9acd927f8d112ad200c8837edff332dc /www/login.php
parentd225afbdc4633b9a836decb717166f19f2c3440f (diff)
downloadfiles.iamfabulous.de-967ec8c209eb118685076468ce7fef59e0452881.tar.gz
folder for static content
Diffstat (limited to 'www/login.php')
-rw-r--r--www/login.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/login.php b/www/login.php
index e28b940..fbb6356 100644
--- a/www/login.php
+++ b/www/login.php
@@ -12,9 +12,9 @@
*/
?>
-<?php include("header.html");?>
+<?php include("static/header.html");?>
- <link rel="stylesheet" type="text/css" href="login.css">
+ <link rel="stylesheet" type="text/css" href="static/login.css">
<div class="login-area">
<h1 class="login-area"> Log in </h1>
@@ -27,4 +27,4 @@
</form>
</div>
-<?php include("footer.html");?>
+<?php include("static/footer.html");?>