Set the footer color.

This commit is contained in:
markjcrane 2016-05-05 13:40:01 -06:00
parent 7b9ca61637
commit ab911a17f2
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