diff --git a/assets/css/site.css b/assets/css/site.css
index 18ac72d..fe19c8f 100644
--- a/assets/css/site.css
+++ b/assets/css/site.css
@@ -28,6 +28,11 @@ a:hover {
text-decoration: underline;
color: $primary-color-dark;
}
+hr {
+ border: 0;
+ height: 1px;
+ background-color: #EEE;
+}
p {
max-width: 40em;
line-height: 1.5;
diff --git a/assets/templates/_header.phtml b/assets/templates/_header.phtml
index ecf8755..9b8a2c8 100644
--- a/assets/templates/_header.phtml
+++ b/assets/templates/_header.phtml
@@ -5,7 +5,8 @@
= $title ?? 'PHP Apprentice' ?>
-
+
+
diff --git a/assets/templates/_table_of_contents.phtml b/assets/templates/_table_of_contents.phtml
index d6b368f..c6d9ad9 100644
--- a/assets/templates/_table_of_contents.phtml
+++ b/assets/templates/_table_of_contents.phtml
@@ -11,8 +11,10 @@
Loops
Arrays
Functions
- Classes
- Classes - Visibility
+ Classes: Introduction
+ Classes: Inheritance
+ Classes: Visibility
+ Classes: Constructor
Credits
diff --git a/assets/templates/credits.phtml b/assets/templates/credits.phtml
index 71e3bf9..730715a 100644
--- a/assets/templates/credits.phtml
+++ b/assets/templates/credits.phtml
@@ -10,7 +10,7 @@
experience for the PHP programming language.
- Source Links:
+ Sites used as a reference while writing PHP Apprentice:
+
+
+ phpapprentice.com was created and is managed by Andrew Davis.
+
diff --git a/assets/templates/default.phtml b/assets/templates/default.phtml
index b91a3d4..c6fcab0 100644
--- a/assets/templates/default.phtml
+++ b/assets/templates/default.phtml
@@ -1,4 +1,4 @@
- $title, 'description' => $description]) ?>
+ $title, 'subtitle' => $subtitle]) ?>