From 42384ebd75cf46a61e6465e3172f4dab1e4e1db3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Tue, 31 Dec 2013 15:09:48 +0100 Subject: [PATCH] display menu titles again --- application/core/Configurators/Configurator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/core/Configurators/Configurator.php b/application/core/Configurators/Configurator.php index 8ccfd147..362b88b1 100644 --- a/application/core/Configurators/Configurator.php +++ b/application/core/Configurators/Configurator.php @@ -251,7 +251,7 @@ class Configurator implements CallbackListener, CommandListener, ManialinkPageAn $menuItemLabel->setY($menuItemY); $menuItemLabel->setSize($menuListWidth * 0.9, $menuItemHeight * 0.9); $menuItemLabel->setStyle(Label_Text::STYLE_TextCardRaceRank); - // $menuItemLabel->setText('$z' . $menu->getTitle() . '$z'); + $menuItemLabel->setText('$z' . $menu->getTitle() . '$z'); // Add menu $menuControl = $menu->getMenu($subMenuWidth, $subMenuHeight, $script);