X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Fdefault%2Frenderer.php;h=438d87debd814313d47325cc6726937db237c720;hb=50fc96f78cf659a8232f7dd9b45d7eb8bb95beaa;hp=252dbfb840712807305573dbdbe53e53ab14fa77;hpb=fc24ee893402902fc58632dabb5d7c2594e191d0;p=fa-stable.git diff --git a/themes/default/renderer.php b/themes/default/renderer.php index 252dbfb8..438d87de 100644 --- a/themes/default/renderer.php +++ b/themes/default/renderer.php @@ -9,7 +9,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ - class renderer { function get_icon($category) @@ -20,7 +19,7 @@ $img = $category == '' ? 'right.gif' : $category.'.png'; else $img = 'right.gif'; - return "  "; + return "  "; } function wa_header() @@ -65,14 +64,14 @@ } echo ""; echo ""; - // top status bar $img = ""._(  "; $himg = ""._(  "; + echo ""; echo ""; $indicator = "$path_to_root/themes/".user_theme(). "/images/ajax-loader.gif"; - echo ""; + echo ""; echo "
" . $db_connections[$_SESSION["wa_current_user"]->company]["name"] . " | " . $_SERVER['SERVER_NAME'] . " | " . $_SESSION["wa_current_user"]->name . "" . _("Preferences") . "   \n"; echo " " . _("Change password") . "   \n"; @@ -85,7 +84,6 @@ echo "
"; } echo ""; - if ($no_menu) echo "
"; elseif ($title && !$is_index) @@ -100,7 +98,7 @@ function menu_footer($no_menu, $is_index) { - global $version, $allow_demo_mode, $app_title, $power_url, + global $version, $allow_demo_mode, $app_title, $power_url, $power_by, $path_to_root, $Pagehelp, $Ajax; include_once($path_to_root . "/includes/date_functions.inc"); @@ -125,7 +123,7 @@ { echo "\n"; echo "\n"; - echo "\n"; + echo "\n"; echo "\n"; echo "\n"; echo "\n"; @@ -133,7 +131,7 @@ if ($allow_demo_mode==true) { echo "\n"; - //echo "\n"; + //echo "\n"; echo "\n"; } echo "

\n"; @@ -211,6 +209,6 @@ echo ""; } echo ""; - } -} + } + } ?> \ No newline at end of file