#17: make header layout configurable

This commit is contained in:
Jana Deutschländer 2019-03-11 16:08:20 +01:00 committed by Andreas Gohr
commit 72166b7941
9 changed files with 171 additions and 3 deletions

View file

@ -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