Remove CRT Effect
This commit is contained in:
2
main.php
2
main.php
@@ -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" : ""; ?>">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user