From e3fcf4d658d695bb0e83b560c8518fadd8ab5883 Mon Sep 17 00:00:00 2001 From: Astoria Date: Wed, 20 Jul 2022 17:31:52 -0500 Subject: [PATCH] I really should get a local PHP server --- about.php | 5 ++--- includes/custompanelMD.php | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/about.php b/about.php index 34b8288..191bce0 100644 --- a/about.php +++ b/about.php @@ -3,10 +3,9 @@ $title="About"; $tags="about"; $scanfiles=array("./Media/", "./News/", "./Technology/"); - $page = "About/about.md"; require "includes/default-start.php"; require "includes/seemore.php"; - require "includes/custompanelPHP.php"; - customPageMD($page); + require "includes/mdutils.php"; + loadmdfile("About/about.md"); require "includes/default-end.php"; ?> diff --git a/includes/custompanelMD.php b/includes/custompanelMD.php index ccfe331..7af721b 100644 --- a/includes/custompanelMD.php +++ b/includes/custompanelMD.php @@ -1,6 +1,6 @@ ';