Skip to content

Commit

Permalink
Change default theme to 'base'
Browse files Browse the repository at this point in the history
  • Loading branch information
sproctor committed Nov 22, 2017
1 parent 284d7e4 commit 68e9d79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ function init_config_options() {
* @return array
*/
function get_theme_list() {
$themes = array(
$themes = array('base',
'black-tie',
'blitzer',
'cupertino',
Expand Down Expand Up @@ -915,7 +915,7 @@ function get_header_tags($path)

$theme = $phpc_cal->theme;
if(empty($theme))
$theme = 'smoothness';
$theme = 'base';
$jquery_version = "3.2.1";
$jqueryui_version = "1.12.1";
$showdown_version = "1.8.2";
Expand Down

0 comments on commit 68e9d79

Please sign in to comment.