1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 14:46:36 +02:00

Plugins: Method bodyClass() to add <body class> (fix #309)

This commit is contained in:
Jakub Vrana
2025-04-13 08:24:16 +02:00
parent 71f2578af6
commit 5867b0724f
4 changed files with 15 additions and 3 deletions

View File

@@ -70,6 +70,10 @@ class Adminer {
return true;
}
function bodyClass(): void {
echo " editor";
}
function css() {
$return = array();
foreach (array("", "-dark") as $mode) {