From 3b0d09a317c4ca0706e931842b039c20c1b41205 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 20 May 2010 08:18:19 +0000 Subject: nicer styling for the menus --- httemplate/elements/menu.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate/elements/menu.html') diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index bb219bdd4..8b4a06885 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -572,7 +572,8 @@ sub submenu { "var myMenu$menunum = new WebFXMenu;\n". #"myMenu$menunum.useAutoPosition = true;\n". - "myMenu$menunum.emptyText = '$title';\n". +# "myMenu$menunum.emptyText = '$title';\n". + "myMenu$menunum.emptyText = '';\n". ( join("\n", map { -- cgit v1.2.1