diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2012-11-01 14:45:43 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2012-11-01 14:45:43 +1100 |
commit | 382ebe94f30ab2a276a08944a9bea1448ab05440 (patch) | |
tree | 63774e5a5c42c327d6c42f6c29dda7320ed8c977 /lib/configuration.rb | |
parent | 458406e25f511fc0496c5f5c12dae8f5e3562910 (diff) |
Add optional branch to install themes from. Falls back if it doesn't exist.
Diffstat (limited to 'lib/configuration.rb')
-rw-r--r-- | lib/configuration.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/configuration.rb b/lib/configuration.rb index a67880297..abd0f5cdc 100644 --- a/lib/configuration.rb +++ b/lib/configuration.rb @@ -42,6 +42,7 @@ module Configuration :SITE_NAME => 'Alaveteli', :SKIP_ADMIN_AUTH => false, :SPECIAL_REPLY_VERY_LATE_AFTER_DAYS => 60, + :THEME_BRANCH => false, :THEME_URL => "", :THEME_URLS => [], :TIME_ZONE => "UTC", |