瀏覽代碼

Set the footer color.

markjcrane 9 年之前
父節點
當前提交
0035febb65
共有 1 個文件被更改,包括 1 次插入0 次删除
  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