From b692b22935ce4f6f22e30c5d7b94753df644fa01 Mon Sep 17 00:00:00 2001 From: 20xd6 <20xd6@airmail.cc> Date: Thu, 7 Jul 2022 22:33:21 -0400 Subject: [PATCH] Move PHP files to /common/php/ --- common/index.php | 14 -------------- common/{ => php}/footer.php | 0 common/{ => php}/get_month_name.php | 0 common/{ => php}/h1_month.php | 2 +- common/{ => php}/header.php | 0 common/php/index.php | 14 ++++++++++++++ common/{ => php}/markdown.php | 0 common/{ => php}/md_read.php | 2 +- common/{ => php}/menu.php | 0 common/{ => php}/modal.php | 0 common/{ => php}/page_menu.php | 2 +- common/{ => php}/page_menu_table.php | 0 12 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 common/index.php rename common/{ => php}/footer.php (100%) rename common/{ => php}/get_month_name.php (100%) rename common/{ => php}/h1_month.php (81%) rename common/{ => php}/header.php (100%) create mode 100644 common/php/index.php rename common/{ => php}/markdown.php (100%) rename common/{ => php}/md_read.php (96%) rename common/{ => php}/menu.php (100%) rename common/{ => php}/modal.php (100%) rename common/{ => php}/page_menu.php (96%) rename common/{ => php}/page_menu_table.php (100%) diff --git a/common/index.php b/common/index.php deleted file mode 100644 index f004ae0..0000000 --- a/common/index.php +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/common/footer.php b/common/php/footer.php similarity index 100% rename from common/footer.php rename to common/php/footer.php diff --git a/common/get_month_name.php b/common/php/get_month_name.php similarity index 100% rename from common/get_month_name.php rename to common/php/get_month_name.php diff --git a/common/h1_month.php b/common/php/h1_month.php similarity index 81% rename from common/h1_month.php rename to common/php/h1_month.php index 09a9795..e98c64e 100644 --- a/common/h1_month.php +++ b/common/php/h1_month.php @@ -1,6 +1,6 @@ diff --git a/common/markdown.php b/common/php/markdown.php similarity index 100% rename from common/markdown.php rename to common/php/markdown.php diff --git a/common/md_read.php b/common/php/md_read.php similarity index 96% rename from common/md_read.php rename to common/php/md_read.php index 9a257bc..8d372cc 100644 --- a/common/md_read.php +++ b/common/php/md_read.php @@ -37,5 +37,5 @@ } echo "\n\n"; } - include_once ($_SERVER['DOCUMENT_ROOT'].'/common/modal.php'); + include_once ($_SERVER['DOCUMENT_ROOT'].'/common/php/modal.php'); ?> diff --git a/common/menu.php b/common/php/menu.php similarity index 100% rename from common/menu.php rename to common/php/menu.php diff --git a/common/modal.php b/common/php/modal.php similarity index 100% rename from common/modal.php rename to common/php/modal.php diff --git a/common/page_menu.php b/common/php/page_menu.php similarity index 96% rename from common/page_menu.php rename to common/php/page_menu.php index bd5f5c1..3960ead 100644 --- a/common/page_menu.php +++ b/common/php/page_menu.php @@ -2,7 +2,7 @@