Quellcode durchsuchen

Set the footer color.

markjcrane vor 9 Jahren
Ursprung
Commit
0035febb65
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      core/install/install.php

+ 1 - 0
core/install/install.php

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