From 26a844b3fea9cf8519f4edd189169f1c73b6fc21 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Sat, 26 Apr 2014 14:14:55 -0400 Subject: [PATCH] #5 Now custom blocks can be added to the homepage --- custom/custom-blocks.php | 22 ++++++++++++++++++++++ index.php | 4 +++- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 custom/custom-blocks.php diff --git a/custom/custom-blocks.php b/custom/custom-blocks.php new file mode 100644 index 00000000..073fa122 --- /dev/null +++ b/custom/custom-blocks.php @@ -0,0 +1,22 @@ + + + + + + diff --git a/index.php b/index.php index c30e6c20..1190dad9 100644 --- a/index.php +++ b/index.php @@ -804,7 +804,9 @@ function print_start() + } + include('custom/custom-blocks.php'); + ?>