diff options
author | Minteck <contact@minteck.org> | 2022-04-21 14:37:44 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-04-21 14:37:44 +0200 |
commit | 958a68292191d8a4c9024ca2f1f658135ab6f704 (patch) | |
tree | 114779ef1b2deb7430e91e30f029e151816d5977 /about/index.php | |
parent | 7a7e357dcdd34e4a33a81eadc55548d579938f49 (diff) | |
download | ember-958a68292191d8a4c9024ca2f1f658135ab6f704.tar.gz ember-958a68292191d8a4c9024ca2f1f658135ab6f704.tar.bz2 ember-958a68292191d8a4c9024ca2f1f658135ab6f704.zip |
WIP projects page
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> |