X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Faqua%2Frenderer.php;h=300f90f330b82151915052ec253ae3335b0f27d0;hb=efc1a9ce400be6233323af9c193ab9460407bcf6;hp=415a500972a67a52462c109bf25834bb3aa21599;hpb=7dfdcd9b95eb1cf6393f4b9c7d9170e0c4d2e003;p=fa-stable.git diff --git a/themes/aqua/renderer.php b/themes/aqua/renderer.php index 415a5009..300f90f3 100644 --- a/themes/aqua/renderer.php +++ b/themes/aqua/renderer.php @@ -13,7 +13,7 @@ { function wa_header() { - page(_("Main Menu"), false, true); + page(_($help_context = "Main Menu"), false, true); } function wa_footer() @@ -24,10 +24,6 @@ function menu_header($title, $no_menu, $is_index) { global $path_to_root, $help_base_url, $db_connections; - // you can owerride the table styles from config.php here, if you want. - //global $table_style, $table_style2; - //$table_style = "cellpadding=3 border=1 bordercolor='#8cacbb' style='border-collapse: collapse'"; - //$table_style2 = "cellpadding=3 border=1 bordercolor='#cccccc' style='border-collapse: collapse'"; echo "\n"; echo "\n"; echo "
\n"; @@ -67,7 +63,7 @@ if ($help_base_url != null) { - echo "$himg" . _("Help") . "   "; + echo "$himg" . _("Help") . "   "; } echo "$img" . _("Logout") . "   "; echo "
";