#17: make header layout configurable
This commit is contained in:
parent
e9519300fa
commit
72166b7941
9 changed files with 171 additions and 3 deletions
|
@ -65,7 +65,7 @@ include('tpl/favicon_tiles.php');
|
|||
<?php tpl_includeFile('meta.html') ?>
|
||||
</head>
|
||||
|
||||
<body id="dokuwiki__top" class="<?php echo tpl_classes(); ?> wide-content showSidebar">
|
||||
<body id="dokuwiki__top" class="<?php echo tpl_classes(); ?> wide-content showSidebar <?php echo tpl_getConf('header_layout'); ?>">
|
||||
<div id="dokuwiki__site">
|
||||
<?php
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue