0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

change default theme to the bootstrap one

This commit is contained in:
David Goodwin 2020-09-25 21:52:22 +01:00
parent d7fa33a3ed
commit 6ad44679a7

View File

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