diff --git a/etc/csc.conf b/etc/csc.conf
index c87764d..c3da855 100644
--- a/etc/csc.conf
+++ b/etc/csc.conf
@@ -37,4 +37,13 @@
webserver="www.yourdomain.tld"
/>
+
diff --git a/root/layout/header b/root/layout/header
index 0b02c66..d022a39 100644
--- a/root/layout/header
+++ b/root/layout/header
@@ -16,18 +16,30 @@
[% IF subscriber.username %]
[% END %]
diff --git a/root/tt/desktop.tt b/root/tt/desktop.tt
index fb4036a..94029d9 100644
--- a/root/tt/desktop.tt
+++ b/root/tt/desktop.tt
@@ -58,9 +58,11 @@
+ [% IF Catalyst.config.main_menu.calllist %]
Alle Telefonate
+ [% END %]
@@ -85,6 +87,7 @@
+ [% IF Catalyst.config.main_menu.voicebox %]
Neue Voicemails
[% IF subscriber.voicemail_list %]
+ [% IF Catalyst.config.main_menu.callforward %]
Rufumleitung
@@ -136,6 +141,7 @@
Einstellungen ändern
+ [% END %]