diff --git a/about.php b/about.php index 1567258..18bb937 100644 --- a/about.php +++ b/about.php @@ -1,3 +1,4 @@ "; + var_dump($value); + echo ""; + + die(); + } + function urlIs($value) { + return $_SERVER['REQUEST_URI'] === $value; + } \ No newline at end of file diff --git a/index.php b/index.php index 41f9cac..66af808 100644 --- a/index.php +++ b/index.php @@ -1,3 +1,4 @@
- Home + Home - About + About - Contact + Contact - Our Mission + Our Mission