From 6ad44679a7486e8d49b189f1d8d90bed464355ef Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Fri, 25 Sep 2020 21:52:22 +0100 Subject: [PATCH] change default theme to the bootstrap one --- config.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.inc.php b/config.inc.php index 949fe96e..97464412 100644 --- a/config.inc.php +++ b/config.inc.php @@ -672,11 +672,11 @@ function x_send_sms_clickatell($to, $message) { */ // Theme Config -$CONF['theme'] = 'default'; +$CONF['theme'] = 'bootstrap'; // Specify your own favicon, logo and CSS file $CONF['theme_favicon'] = 'images/favicon.ico'; $CONF['theme_logo'] = 'images/logo-default.png'; -$CONF['theme_css'] = 'css/default.css'; +$CONF['theme_css'] = 'css/bootstrap.css'; // If you want to customize some styles without editing the $CONF['theme_css'] file, // you can add a custom CSS file. It will be included after $CONF['theme_css']. $CONF['theme_custom_css'] = '';