From b4155e84a177e93b91adf5e6a2acad0f50b0d678 Mon Sep 17 00:00:00 2001 From: mov51 Date: Sun, 26 May 2019 20:35:29 -0400 Subject: [PATCH] changed page names to match a style added instruction.php for issue #5 --- Instructions.php | 1 + about.php | 4 ++-- include/layout/navbar.php | 9 ++++++--- index.php | 4 ++-- sprout.php | 2 +- 5 files changed, 12 insertions(+), 8 deletions(-) create mode 100644 Instructions.php diff --git a/Instructions.php b/Instructions.php new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Instructions.php @@ -0,0 +1 @@ + diff --git a/about.php b/about.php index 3dcda6c..e954df9 100644 --- a/about.php +++ b/about.php @@ -1,8 +1,8 @@ - <?= $pageTitle ?> + <?= $pageTitle . " - mov51"?> diff --git a/include/layout/navbar.php b/include/layout/navbar.php index 8328afb..6171ef8 100644 --- a/include/layout/navbar.php +++ b/include/layout/navbar.php @@ -6,10 +6,10 @@ + diff --git a/index.php b/index.php index 8148532..32fd29a 100644 --- a/index.php +++ b/index.php @@ -1,8 +1,8 @@ - <?= $pageTitle ?> + <?= $pageTitle . " - mov51"?> diff --git a/sprout.php b/sprout.php index 91f0b7d..8030fef 100644 --- a/sprout.php +++ b/sprout.php @@ -2,7 +2,7 @@ - <?= $pageTitle ?> + <?= $pageTitle . " - mov51"?>