mirror of
https://github.com/vrana/adminer.git
synced 2025-12-30 20:30:41 +01:00
CSS: Dark mode syntax highlighting and adminer-dark.css
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
class AdminerDotJs {
|
||||
const FILENAME = "adminer.js";
|
||||
|
||||
function head() {
|
||||
function head($dark = null) {
|
||||
if (file_exists(self::FILENAME)) {
|
||||
echo Adminer\script_src(self::FILENAME . "?v=" . crc32(file_get_contents(self::FILENAME))), "\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user