Set the footer color.

This commit is contained in:
markjcrane 2016-05-05 13:40:01 -06:00
parent 87ed9fe1c8
commit 18f39cc98d
1 changed files with 1 additions and 0 deletions

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