Browse Source

Change the background color of the footer during the install.

markjcrane 9 years ago
parent
commit
b7ec74368f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      core/install/install.php

+ 6 - 0
core/install/install.php

@@ -29,6 +29,12 @@
 	require_once "resources/functions.php";
 	require_once "resources/functions.php";
 	require_once "resources/classes/text.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
 //initialize variables we are going to use
 	$event_host = '';
 	$event_host = '';
 	$event_port = '';
 	$event_port = '';