diff options
-rw-r--r-- | about/index.php | 1 | ||||
-rw-r--r-- | footer.php | 1 | ||||
-rw-r--r-- | header.php | 1 | ||||
-rw-r--r-- | index.php | 1 | ||||
-rw-r--r-- | policies/index.php | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/about/index.php b/about/index.php index 0b09bfc..a4f9f25 100644 --- a/about/index.php +++ b/about/index.php @@ -1,3 +1,4 @@ +#!/usr/bin/env php-cgi <?php include('../header.php'); ?> <section class="banner"> <h1>About Me</h1> @@ -1,3 +1,4 @@ +#!/usr/bin/env php-cgi </main> <footer> @@ -1,3 +1,4 @@ +#!/usr/bin/env php-cgi <!DOCTYPE html> <html lang="en"> @@ -1,3 +1,4 @@ +#!/usr/bin/env php-cgi <?php include('header.php'); ?> <!--banner--> <section class="banner"> diff --git a/policies/index.php b/policies/index.php index 1fdd037..acd0aae 100644 --- a/policies/index.php +++ b/policies/index.php @@ -1,3 +1,4 @@ +#!/usr/bin/env php-cgi <?php include('../header.php'); ?> <section class="banner"> <h1>Policies & Procedures</h1> |