John Langford
John Langford

Reputation: 1435

How do I set the default theme in phpMyAdmin?

By default the "theme" option in phpMyAdmin affects the theme only for the browser in which the theme setting is changed (stored in a cookie maybe?). How do I set a specific theme as the default for all users?

Upvotes: 7

Views: 19064

Answers (1)

John Langford
John Langford

Reputation: 1435

A default theme can be specified from the config.inc.php file in the document root of the phpMyAdmin installation:

$cfg['ThemeDefault'] = 'original';

source: http://www.wallpaperama.com/forums/_wxxram.html

Upvotes: 20

Related Questions