diff --git a/data/web/inc/header.inc.php b/data/web/inc/header.inc.php
index ede05bed..678c2590 100644
--- a/data/web/inc/header.inc.php
+++ b/data/web/inc/header.inc.php
@@ -56,7 +56,7 @@
if (isset($_SESSION['mailcow_cc_role'])) {
?>
- =$lang['header']['mailcow_settings'];?>
+ =$lang['header']['mailcow_settings'];?>
+
diff --git a/data/web/index.php b/data/web/index.php
index 2e50e4b4..0c286844 100644
--- a/data/web/index.php
+++ b/data/web/index.php
@@ -65,9 +65,11 @@ $_SESSION['return_to'] = $_SERVER['REQUEST_URI'];
?>
' . $app['name'] . ' ';
- }
+ foreach ($MAILCOW_APPS as $app):
+ ?>
+ =$app['name'];?>
+