Do not include the file header.html twice

This file is already included in line 90

SPR-994
This commit is contained in:
Michael Große 2017-05-29 17:37:41 +02:00
commit 1fdf3177b1
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79

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