#17: make header layout configurable
This commit is contained in:
parent
e9519300fa
commit
72166b7941
9 changed files with 171 additions and 3 deletions
2
main.php
2
main.php
|
@ -69,7 +69,7 @@ $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 ($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' : ''; ?> <?php echo tpl_getConf('header_layout'); ?>">
|
||||
|
||||
<div id="dokuwiki__site" class="<?php echo tpl_classes(); ?>">
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue