Change the background color of the footer during the install.

This commit is contained in:
markjcrane 2016-05-05 13:33:02 -06:00
parent f77e978914
commit 7b9ca61637
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@
require_once "resources/functions.php";
require_once "resources/classes/text.php";
//start a php session
session_start();
//set theme settings
$_SESSION['theme']['footer_background_color'] = '#ffffff';
//initialize variables we are going to use
$event_host = '';
$event_port = '';