Browse Source

Merge pull request #418 from causefx/cero-dev

default values
causefx 8 years ago
parent
commit
3a8d979536
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/configDefaults.php

+ 2 - 2
config/configDefaults.php

@@ -76,7 +76,7 @@ return array(
  "smtpHostType" => "tls",
  "homepageNoticeTitle" => "",
  "homepageNoticeMessage" => "",
- "homepageNoticeType" => "",
+ "homepageNoticeType" => "success",
  "homepageNoticeAuth" => "false",
- "homepageNoticeLayout" => "",
+ "homepageNoticeLayout" => "elegant",
 );