responsive upload
This commit is contained in:
parent
c0df2e6a27
commit
bca8100d0a
|
@ -61,7 +61,7 @@ if (!isLoggedIn()) {
|
||||||
// Set correct language, codepages, ....
|
// Set correct language, codepages, ....
|
||||||
setlanguage();
|
setlanguage();
|
||||||
|
|
||||||
include '../main_header.php';
|
include '../../lib/adminHeader.inc';
|
||||||
$typeId = htmlspecialchars($_SESSION['mass_typeId']);
|
$typeId = htmlspecialchars($_SESSION['mass_typeId']);
|
||||||
$typeManager = new \LAM\TYPES\TypeManager();
|
$typeManager = new \LAM\TYPES\TypeManager();
|
||||||
$type = $typeManager->getConfiguredType($typeId);
|
$type = $typeManager->getConfiguredType($typeId);
|
||||||
|
@ -87,5 +87,5 @@ $tokenPrefix = '?' . getSecurityTokenName() . '=' . getSecurityTokenValue();
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
include '../main_footer.php';
|
include '../../lib/adminFooter.inc';
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue