Issue
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?
Solution
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
Answered By - John Langford
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.