mirror of
https://github.com/vrana/adminer.git
synced 2026-06-09 03:10:04 +02:00
CSS: Dark mode syntax highlighting and adminer-dark.css
This commit is contained in:
@@ -27,7 +27,7 @@ class AdminerEditCalendar {
|
||||
$this->langPath = $langPath;
|
||||
}
|
||||
|
||||
function head() {
|
||||
function head($dark = null) {
|
||||
echo $this->prepend;
|
||||
if ($this->langPath) {
|
||||
$lang = Adminer\get_lang();
|
||||
|
||||
Reference in New Issue
Block a user