diff options
Diffstat (limited to 'html')
-rw-r--r-- | html/_include.php (renamed from html/@include.php) | 0 | ||||
-rw-r--r-- | html/about | 2 | ||||
-rw-r--r-- | html/contact | 2 | ||||
-rw-r--r-- | html/index.php | 2 | ||||
-rw-r--r-- | html/privacy | 2 | ||||
-rw-r--r-- | html/projects/index.php | 2 |
6 files changed, 5 insertions, 5 deletions
diff --git a/html/@include.php b/html/_include.php index 7ce79b0..7ce79b0 100644 --- a/html/@include.php +++ b/html/_include.php @@ -1,4 +1,4 @@ -<?php include '@include.php'; ?><!DOCTYPE html> +<?php include '_include.php'; ?><!DOCTYPE html> <html lang="en"> <head> <?php echo indent(site_head('About - Spragg Software Services Ltd.'), 2); ?> diff --git a/html/contact b/html/contact index 632113a..3938f87 100644 --- a/html/contact +++ b/html/contact @@ -1,4 +1,4 @@ -<?php include '@include.php'; ?><!DOCTYPE html> +<?php include '_include.php'; ?><!DOCTYPE html> <html lang="en"> <head> <?php echo indent(site_head('Contact - Spragg Software Services Ltd.'), 2); ?> diff --git a/html/index.php b/html/index.php index 29e0cfa..488d9ba 100644 --- a/html/index.php +++ b/html/index.php @@ -1,4 +1,4 @@ -<?php include '@include.php'; ?><!DOCTYPE html> +<?php include '_include.php'; ?><!DOCTYPE html> <html lang="en"> <head> <?php echo indent(site_head('Spragg Software Services Ltd.'), 2); ?> diff --git a/html/privacy b/html/privacy index 6d338fd..a04ebd6 100644 --- a/html/privacy +++ b/html/privacy @@ -1,4 +1,4 @@ -<?php include '@include.php'; ?><!DOCTYPE html> +<?php include '_include.php'; ?><!DOCTYPE html> <html lang="en"> <head> <?php echo indent(site_head('Privacy - Spragg Software Services Ltd.'), 2); ?> diff --git a/html/projects/index.php b/html/projects/index.php index b995ccf..f7e5f07 100644 --- a/html/projects/index.php +++ b/html/projects/index.php @@ -1,4 +1,4 @@ -<?php include '../@include.php'; ?><!DOCTYPE html> +<?php include '../_include.php'; ?><!DOCTYPE html> <html lang="en"> <head> <?php echo indent(site_head('Projects - Spragg Software Services Ltd.'), 2); ?> |