Browse Source

change default theme to the bootstrap one

pull/391/head
David Goodwin 6 years ago
parent
commit
6ad44679a7
  1. 4
      config.inc.php

4
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'] = '';

Loading…
Cancel
Save