From 7183a4cab2583a4c7ccf904fcc1af8cf865beb3c Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Sun, 18 Feb 2018 20:46:48 +0100 Subject: [PATCH] Docs X theme --- bl-themes/docsx/init.php | 7 +++++++ bl-themes/docsx/php/init.php | 5 ----- bl-themes/docsx/php/page.php | 4 ++++ 3 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 bl-themes/docsx/init.php delete mode 100644 bl-themes/docsx/php/init.php diff --git a/bl-themes/docsx/init.php b/bl-themes/docsx/init.php new file mode 100644 index 00000000..e059e63a --- /dev/null +++ b/bl-themes/docsx/init.php @@ -0,0 +1,7 @@ +homepage()) { + echo 'This theme need a home page defined, please select one page on Admin panel->Settings->Advanced->Home page'; + exit; +} diff --git a/bl-themes/docsx/php/init.php b/bl-themes/docsx/php/init.php deleted file mode 100644 index ba2e1f69..00000000 --- a/bl-themes/docsx/php/init.php +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file diff --git a/bl-themes/docsx/php/page.php b/bl-themes/docsx/php/page.php index 6cd2c167..347f6145 100644 --- a/bl-themes/docsx/php/page.php +++ b/bl-themes/docsx/php/page.php @@ -4,4 +4,8 @@
content(); ?> +
+ +
+ Collaborate with us and edit this page
\ No newline at end of file