Skip to content
Snippets Groups Projects
Commit d23e64f3 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

there's no sidebar in detail.php

parent 35a00f69
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@
// must be run from within DokuWiki
if (!defined('DOKU_INC')) die();
$showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>"
......@@ -31,7 +30,7 @@ $showSidebar = page_findnearest($conf['sidebar']) && ($ACT=='show');
<body>
<!--[if lte IE 7 ]><div id="IE7"><![endif]--><!--[if IE 8 ]><div id="IE8"><![endif]-->
<div id="dokuwiki__site"><div id="dokuwiki__top"
class="dokuwiki site mode_<?php echo $ACT ?> <?php echo ($showSidebar) ? 'hasSidebar' : ''; ?>">
class="dokuwiki site mode_<?php echo $ACT ?>">
<?php include('tpl_header.php') ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment