Set the footer color.

This commit is contained in:
markjcrane
2016-05-05 13:40:01 -06:00
parent 87ed9fe1c8
commit 18f39cc98d

View File

@@ -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