Merge branch 'noDoubleInclude' into 'master'

Do not include the file header.html twice

See merge request !76
This commit is contained in:
Jana Deutschländer 2017-06-12 16:47:06 +02:00
commit 2d683f4ae6

View file

@ -245,11 +245,6 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
if($mm && $matcher !== ""){
include('tpl/nav-magicmatcher.php');
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* Include Hook: header.html */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
tpl_includeFile('header.html');
?>
</div><!-- .col -->