Browse Source

Set the footer color.

markjcrane 9 năm trước cách đây
mục cha
commit
a5f0f66787
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      core/install/install.php

+ 1 - 0
core/install/install.php

@@ -33,6 +33,7 @@
 	session_start();
 	session_start();
 
 
 //set theme settings
 //set theme settings
+	$_SESSION['theme']['footer_color'] = '#cccccc';
 	$_SESSION['theme']['footer_background_color'] = '#ffffff';
 	$_SESSION['theme']['footer_background_color'] = '#ffffff';
 
 
 //initialize variables we are going to use
 //initialize variables we are going to use