Replaced GliderJs with SplideJS

Update .gitmodules, head.php, and 10 more files...
This commit is contained in:
2023-12-15 15:27:45 +01:00
parent 6f6f3af8af
commit 0f63ab3371
12 changed files with 48 additions and 105 deletions

View File

@@ -48,8 +48,8 @@ if($contentManager->hasError) {
$content_error_code = 500;
}
} else {
$enable_code_highlight = true;
$enable_glider = true;
$enable_code_highlight = false;
$enable_gallery = true;
}
?>
<!DOCTYPE html>
@@ -141,6 +141,11 @@ include 'commons/DOM/sidebar.php';
$doPrintRuler = false;
foreach($contentManager->rootIndexEntries as $current_content) {
/** @var ContentIndexEntry $current_content */
if($current_content->priority == -1) {
continue;
}
if($doPrintRuler) {
echo('<hr class="subtle">');
} else {