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