Remove CRT Effect

This commit is contained in:
2026-03-25 14:57:10 +01:00
parent 8f796bfaf0
commit a7a27436b6
3 changed files with 1 additions and 234 deletions

View File

@@ -74,7 +74,7 @@ $showSidebar = $hasSidebar && $ACT == "show";
</head>
<body>
<div id="dokuwiki__site"><div id="dokuwiki__top" class="site crt <?php echo tpl_classes(); ?> <?php echo $showSidebar
<div id="dokuwiki__site"><div id="dokuwiki__top" class="site <?php echo tpl_classes(); ?> <?php echo $showSidebar
? "showSidebar"
: ""; ?> <?php echo $hasSidebar ? "hasSidebar" : ""; ?>">