Set the footer color.
This commit is contained in:
parent
87ed9fe1c8
commit
18f39cc98d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue