diff --git a/resources/classes/menu.php b/resources/classes/menu.php index b92efaba90..3dd09bdc64 100644 --- a/resources/classes/menu.php +++ b/resources/classes/menu.php @@ -495,7 +495,12 @@ //hide login and sign-up when the user is logged in } else { - $db_menu .= "

".$menu_item_title."

\n"; + if (strlen($field['menu_item_link']) == 0) { + $db_menu .= "

".$menu_item_title."

\n"; + } + else { + $db_menu .= "

".$menu_item_title."

\n"; + } } } } diff --git a/resources/menu.php b/resources/menu.php index 1e686fb957..bb79e1af04 100644 --- a/resources/menu.php +++ b/resources/menu.php @@ -77,4 +77,5 @@ require_once "resources/require.php"; //testing //echo $_SESSION["menu"]; -?> + +?> \ No newline at end of file diff --git a/themes/accessible/template.php b/themes/accessible/template.php index 469c39c6e4..588296cc81 100644 --- a/themes/accessible/template.php +++ b/themes/accessible/template.php @@ -384,6 +384,7 @@ table tr:last-child td:last-child { } #menu h2 { + color:#FFFFFF; align: left; /*text-transform:uppercase*/ } diff --git a/themes/classic/template.php b/themes/classic/template.php index 46632d88c1..6f00bbcf4e 100644 --- a/themes/classic/template.php +++ b/themes/classic/template.php @@ -368,6 +368,7 @@ table tr:nth-last-child(-5) td:first-of-type { } #menu h2{ + color:#FFFFFF; /*background:#222222 url(/css/images/expand3.gif) no-repeat 100% 100%;*/ /*text-transform:uppercase*/ width:118px; diff --git a/themes/default/template.php b/themes/default/template.php index ee32bb8f2c..373a9ed36b 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -428,6 +428,7 @@ table tr:nth-last-child(-5) td:first-of-type { } #menu h2{ + color:#FFFFFF; /*background:#222222 url(/css/images/expand3.gif) no-repeat 100% 100%;*/ /*text-transform:uppercase*/ width:118px; diff --git a/themes/enhanced/template.php b/themes/enhanced/template.php index d1694cbc2e..ff8d0651f9 100644 --- a/themes/enhanced/template.php +++ b/themes/enhanced/template.php @@ -623,6 +623,7 @@ legend { } #menu h2{ + color:#FFFFFF; /*background:#222222 url(/css/images/expand3.gif) no-repeat 100% 100%;*/ /*text-transform:uppercase*/