소스 검색

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