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 /services/index.php | |
parent | 7a7e357dcdd34e4a33a81eadc55548d579938f49 (diff) | |
download | ember-958a68292191d8a4c9024ca2f1f658135ab6f704.tar.gz ember-958a68292191d8a4c9024ca2f1f658135ab6f704.tar.bz2 ember-958a68292191d8a4c9024ca2f1f658135ab6f704.zip |
WIP projects page
Diffstat (limited to 'services/index.php')
-rw-r--r-- | services/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/index.php b/services/index.php index 92da22b..103245a 100644 --- a/services/index.php +++ b/services/index.php @@ -1,4 +1,4 @@ -<?php $title = "Services"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?> +<?php $title = "Services"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; global $Parsedown; ?> <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/navigation.php"; ?> <br> |