deliciousbrains / sqlbuddy

phpMyAdmin alternative with a focus on usability
http://sqlbuddy.com
MIT License
188 stars 54 forks source link

No theme settings in config.php #3

Closed ksx4system closed 12 years ago

ksx4system commented 12 years ago

There's no variable for setting default theme in config.php file. Is it possible to set Classic as default? In my case default was Bittersweet one.

P.S. Of course if it's possible to change just by commenting out and/or adding a line somewhere - please tell me!

Thanks in advance, Krzysztof

calvinlough commented 12 years ago

You can change the default theme if you edit the file functions.php. Go to line 116 and change it to:

$theme = "classic";