diff --git a/style/main.css b/style/main.css index 770ddc0..1a389ae 100644 --- a/style/main.css +++ b/style/main.css @@ -1,6 +1,6 @@ html { background-color: #fff; - background-image: url("https://willy.club/img/imagedoc-lightnoise.png"); + background-image: url("../img/imagedoc-lightnoise.png"); } body { diff --git a/template/_header.php b/template/_header.php index aefe63e..50bbefe 100644 --- a/template/_header.php +++ b/template/_header.php @@ -1,20 +1,30 @@ + 1)) { + $templateUrlPrefix = $templateUrlPrefix . DIRECTORY_SEPARATOR; +} + +?>
-