mirror of
https://github.com/vrana/adminer.git
synced 2025-08-22 06:02:57 +02:00
Add plugin for switching designs
This commit is contained in:
@@ -55,6 +55,15 @@ class Adminer {
|
||||
return true;
|
||||
}
|
||||
|
||||
function css() {
|
||||
$return = array();
|
||||
$filename = "adminer.css";
|
||||
if (file_exists($filename)) {
|
||||
$return[] = $filename;
|
||||
}
|
||||
return $return;
|
||||
}
|
||||
|
||||
function loginForm() {
|
||||
?>
|
||||
<table cellspacing="0">
|
||||
|
Reference in New Issue
Block a user