From d51cfc054629510319efbb7b70a52c7b50b35099 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Tue, 25 Mar 2014 10:52:56 +0100 Subject: [PATCH] [UPDATE] Make bootstrap default template --- public/include/config/admin_settings.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/include/config/admin_settings.inc.php b/public/include/config/admin_settings.inc.php index 56eb5319..08ee646f 100644 --- a/public/include/config/admin_settings.inc.php +++ b/public/include/config/admin_settings.inc.php @@ -49,7 +49,7 @@ $aSettings['website'][] = array( $aSettings['website'][] = array( 'display' => 'Website theme', 'type' => 'select', 'options' => $aThemes, - 'default' => 'mpos', + 'default' => 'bootstrap', 'name' => 'website_theme', 'value' => $setting->getValue('website_theme'), 'tooltip' => 'The default theme used on your pool.' ); @@ -453,4 +453,4 @@ $aSettings['pools'][] = array( 'default' => 'Pool Name|Pool URL', 'name' => 'poolnav_pools', 'value' => $setting->getValue('poolnav_pools'), 'tooltip' => '.' -); \ No newline at end of file +);