mirror of
https://github.com/itflow-org/itflow
synced 2026-08-24 16:35:15 +00:00
Bump AdminLTE to 4.7.0 to fix print issues
This commit is contained in:
@@ -11,7 +11,7 @@ header("X-Frame-Options: DENY");
|
||||
<!DOCTYPE html>
|
||||
<?php /* data-color-scheme is FullCalendar v7's own switch - its themes ship a
|
||||
dark palette keyed on [data-color-scheme=dark] that nothing was turning on */ ?>
|
||||
<html lang="en"<?php if ($user_config_theme_dark) echo ' data-bs-theme="dark" data-color-scheme="dark"'; ?>>
|
||||
<html lang="en"<?php if ($user_config_theme_dark) echo ' data-bs-theme="dark" data-color-scheme="dark"'; ?> data-lte-print="plain">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
Reference in New Issue
Block a user