🐛 Apply .dokuwiki class to div below body to better mirror dokwuki template
This may have unintended side-effects, but so far looks good.
This commit is contained in:
parent
eab9fb6fa7
commit
2673e6cbd9
1 changed files with 2 additions and 2 deletions
4
main.php
4
main.php
|
@ -69,9 +69,9 @@ $showSidebar = true;
|
|||
/* #dokuwiki__top used as anchor for "back to top" button/link links */
|
||||
$classWideContent = ($ACT === "show") ? "": "wide-content ";
|
||||
?>
|
||||
<body id="dokuwiki__top" class="<?php echo tpl_classes(); ?> <?php echo ($ACT) ? 'do-'.$ACT : 'do-none'; ?> <?php echo $classWideContent; ?><?php echo ($showSidebar) ? 'showSidebar' : ''; ?>">
|
||||
<body id="dokuwiki__top" class="<?php echo ($ACT) ? 'do-'.$ACT : 'do-none'; ?> <?php echo $classWideContent; ?><?php echo ($showSidebar) ? 'showSidebar' : ''; ?>">
|
||||
|
||||
<div id="dokuwiki__site">
|
||||
<div id="dokuwiki__site" class="<?php echo tpl_classes(); ?>">
|
||||
<?php
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue