diff --git a/footer.php b/include/footer.php similarity index 100% rename from footer.php rename to include/footer.php diff --git a/header.php b/include/header.php similarity index 100% rename from header.php rename to include/header.php diff --git a/index.php b/index.php index bee831a..398d94c 100644 --- a/index.php +++ b/index.php @@ -2,11 +2,11 @@ $title = "Ĺ ablona"; -include "header.php"; +include "include/header.php"; echo "php project template"; -include "footer.php"; +include "include/footer.php"; ?>