Replies: 4 comments
-
|
Click on the link Configure. |
Beta Was this translation helpful? Give feedback.
-
|
I realize now that I was too short on the op question. I assumed that click on the configure is the same for everyone else. |
Beta Was this translation helpful? Give feedback.
-
<?php // adminer-plugins.php
return array(
new AdminerDesigns(array('path/to.css' => 'Name')),
); |
Beta Was this translation helpful? Give feedback.
-
|
Thank you. adminer-plugins.php: const DESIGNS = array(
'designs/bueltge/adminer.css' => 'bueltge',
'designs/esterka/adminer.css' => 'esterka',
'designs/galkaev/adminer.css' => 'galkaev',
'designs/hever/adminer.css' => 'hever',
'designs/lavender-light/adminer.css' => 'lavender-light',
'designs/mancave/adminer.css' => 'mancave',
'designs/nette/adminer.css' => 'nette',
'designs/nicu/adminer.css' => 'nicu',
'designs/paranoiq/adminer.css' => 'paranoiq',
'designs/pokorny/adminer.css' => 'pokorny',
'designs/rmsoft_blue/adminer.css' => 'rmsoft_blue',
'designs/win98/adminer.css' => 'win98',
'designs/brade/adminer.css' => 'brade',
'designs/dracula/adminer.css' => 'dracula',
'designs/flat/adminer.css' => 'flat',
'designs/haeckel/adminer.css' => 'haeckel',
'designs/konya/adminer.css' => 'konya',
'designs/lucas-sandery/adminer.css' => 'lucas-sandery',
'designs/mvt/adminer.css' => 'mvt',
'designs/ng9/adminer.css' => 'ng9',
'designs/pappu687/adminer.css' => 'pappu687',
'designs/pepa-linha/adminer.css' => 'pepa-linha',
'designs/price/adminer.css' => 'price',
'designs/rmsoft/adminer.css' => 'rmsoft',
'designs/rmsoft_blue-dark/adminer.css' => 'rmsoft_blue-dark',
);
return array(
// You can specify all plugins here or just the ones needing configuration.
new AdminerDesigns(DESIGNS),
); |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After add designs.php to adminer-plugins folder, it shows that message at the top of adminer:
But I can't find anywhere how to do that. Someone have an adminer-plugins.php with designs setup?
Beta Was this translation helpful? Give feedback.
All reactions