From 1fdf3177b13cd7974637bcf9447966241711a360 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Gro=C3=9Fe?= Date: Mon, 29 May 2017 17:37:41 +0200 Subject: [PATCH] Do not include the file header.html twice This file is already included in line 90 SPR-994 --- main.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/main.php b/main.php index 925f091..b72ec5f 100755 --- a/main.php +++ b/main.php @@ -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'); ?>