From b06fff3763e9be3a9b045c79998bab04a439a572 Mon Sep 17 00:00:00 2001 From: Astoria Date: Wed, 20 Jul 2022 17:44:40 -0500 Subject: [PATCH] Intense shruggening --- about.php | 3 +-- includes/custompanelMD.php | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/about.php b/about.php index df25b41..537dba8 100644 --- a/about.php +++ b/about.php @@ -6,7 +6,6 @@ require "includes/default-start.php"; require "includes/seemore.php"; require "includes/custompanelMD.php"; - echo '

About

'; - customPageMD("About/about.md"); + customPageMD("About/about.md", "about.php", "About"); require "includes/default-end.php"; ?> diff --git a/includes/custompanelMD.php b/includes/custompanelMD.php index c70aab1..5b220c3 100644 --- a/includes/custompanelMD.php +++ b/includes/custompanelMD.php @@ -1,9 +1,10 @@ '; + echo "

$sourceName

'; loadmdfile($page); echo ''; }