diff --git a/assets/templates/_header.phtml b/assets/templates/_header.phtml index f419bbf..9b8a2c8 100644 --- a/assets/templates/_header.phtml +++ b/assets/templates/_header.phtml @@ -5,7 +5,7 @@ <?= $title ?? 'PHP Apprentice' ?> - + diff --git a/assets/templates/_table_of_contents.phtml b/assets/templates/_table_of_contents.phtml index 21c04f8..c6d9ad9 100644 --- a/assets/templates/_table_of_contents.phtml +++ b/assets/templates/_table_of_contents.phtml @@ -14,6 +14,7 @@
  • Classes: Introduction
  • Classes: Inheritance
  • Classes: Visibility
  • +
  • Classes: Constructor
  • Credits 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]) ?>