From bca8100d0aad5378f27bb8838b782a05765b8674 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Wed, 18 Apr 2018 19:30:45 +0200 Subject: [PATCH] responsive upload --- lam/templates/upload/massDoUpload.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/templates/upload/massDoUpload.php b/lam/templates/upload/massDoUpload.php index 883e57b8..c868645c 100644 --- a/lam/templates/upload/massDoUpload.php +++ b/lam/templates/upload/massDoUpload.php @@ -61,7 +61,7 @@ if (!isLoggedIn()) { // Set correct language, codepages, .... setlanguage(); -include '../main_header.php'; +include '../../lib/adminHeader.inc'; $typeId = htmlspecialchars($_SESSION['mass_typeId']); $typeManager = new \LAM\TYPES\TypeManager(); $type = $typeManager->getConfiguredType($typeId); @@ -87,5 +87,5 @@ $tokenPrefix = '?' . getSecurityTokenName() . '=' . getSecurityTokenValue(); '; -include '../main_footer.php'; +include '../../lib/adminFooter.inc'; ?>