Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/FoxUSA/OpenNote
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxUSA committed Dec 18, 2013
2 parents 21e34c2 + 94d5384 commit aea61fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenNote/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private static function mysqlConfig(){
/**
* Look and feel
*/
public static $theme = "dark"; //Default: light; //"dark" also available
public static $theme = "light"; //Default: light; //"dark" also available

/**
* JS dependencies
Expand Down Expand Up @@ -127,4 +127,4 @@ public static function getWebRoot(){
return str_replace("\\", "/",str_replace(realpath($_SERVER["DOCUMENT_ROOT"]),"",realpath(dirname(__FILE__))))."/";
}
}
?>
?>

0 comments on commit aea61fb

Please sign in to comment.