CSS for tabulator

This commit is contained in:
cgfhtw
2023-10-11 13:17:32 +02:00
parent 3798720ee0
commit 9db6874dc4
2 changed files with 38 additions and 1 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
}
// Tabulator 5 CSS
if ($tabulator5 === true) generateCSSsInclude('vendor/olifolkerd/tabulator5/dist/css/tabulator_bootstrap5.min.css');
if ($tabulator5 === true) generateCSSsInclude('public/css/Tabulator5.css');
// Tinymce 4 CSS
if ($tinymce4 === true) generateCSSsInclude('public/css/TinyMCE4.css');