Add Farm Theme and make it the default.

This commit is contained in:
Michael Stenta 2015-02-26 12:14:59 -05:00
parent 27ec0e0a68
commit 5489b5d9bc
2 changed files with 4 additions and 2 deletions

View File

@ -156,6 +156,8 @@ projects[farm_taxonomy][version] = "1.x-dev"
projects[bootstrap][version] = "3.x-dev"
projects[farm_theme][version] = "1.x-dev"
; -----------------------------------------------------------------------------
; Libraries
; -----------------------------------------------------------------------------

View File

@ -42,8 +42,8 @@ function farm_configure_themes() {
// Any themes without keys here will get numeric keys and so will be enabled,
// but not placed into variables.
$enable = array(
'theme_default' => 'bootstrap',
'admin_theme' => 'bootstrap',
'theme_default' => 'farm_theme',
'admin_theme' => 'farm_theme',
);
theme_enable($enable);