summaryrefslogtreecommitdiff
path: root/themes/xenea
diff options
context:
space:
mode:
Diffstat (limited to 'themes/xenea')
-rw-r--r--themes/xenea/header.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/xenea/header.php b/themes/xenea/header.php
index 6acb98167a..4ed75a4bf9 100644
--- a/themes/xenea/header.php
+++ b/themes/xenea/header.php
@@ -137,6 +137,7 @@ if ($view!='simple') { // Use "simple" headers for popup windows
'<ul id="main-menu">';
foreach ($menu_items as $menu) {
if ($menu) {
+ $menu->title = '';
echo $menu->getMenuAsList();
}
}