Changed system files to portal-management

This commit is contained in:
2026-05-15 22:10:38 +02:00
parent dfb3dd8bd9
commit 925348e8fe
23 changed files with 52 additions and 46 deletions

View File

@@ -60,9 +60,9 @@ function showCard($module_name, $page_name, $width = 3)
showCard('autop', 'phonebooks');
}
if ($GLOBALS['modules_enabled']['system']) {
showCard('system', 'access_control');
showCard('system', 'systemconfig');
if ($GLOBALS['modules_enabled']['portal-management']) {
showCard('portal-management', 'access_control');
showCard('portal-management', 'systemconfig');
}
?>
</div>