From 18f39cc98d59efb8b99d63d6b397da1fbca442a4 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Thu, 5 May 2016 13:40:01 -0600 Subject: [PATCH] Set the footer color. --- core/install/install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/install/install.php b/core/install/install.php index fbbbf4396b..bc9538bde4 100644 --- a/core/install/install.php +++ b/core/install/install.php @@ -33,6 +33,7 @@ session_start(); //set theme settings + $_SESSION['theme']['footer_color'] = '#cccccc'; $_SESSION['theme']['footer_background_color'] = '#ffffff'; //initialize variables we are going to use