diff options
Diffstat (limited to 'about/index.php')
-rw-r--r-- | about/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/about/index.php b/about/index.php index ab47009..b491734 100644 --- a/about/index.php +++ b/about/index.php @@ -1,4 +1,4 @@ -<?php $title = "About"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?> +<?php $title = "About"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; global $Parsedown; ?> <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/navigation.php"; ?> <br> |