Skip to content

Commit

Permalink
added button defaults, but this may need some testing on installation…
Browse files Browse the repository at this point in the history
…. we don;t want them in the site config itself.
  • Loading branch information
illiphilli committed Jun 10, 2011
1 parent 79ccefa commit 1d45827
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/extensions/display.defaults.php
Expand Up @@ -29,4 +29,6 @@
if (!defined('DISPLAY_START_OF_WEEK')) define('DISPLAY_START_OF_WEEK','0');
if (!defined('DISPLAY_DEFAULT_TIMEZONE')) define ('DISPLAY_DEFAULT_TIMEZONE', function_exists('date_default_timezone_get') ? @date_default_timezone_get() : null);
if (!defined('THUMB_QUALITY')) define('THUMB_QUALITY','75');
if (!defined('BTN_SIZE')) define('BTN_SIZE','medium');
if (!defined('BTN_COLOR')) define('BTN_COLOR','black');
?>

0 comments on commit 1d45827

Please sign in to comment.