X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=themes%2Faqua%2Frenderer.php;h=48fd487ae32fe490aa802b1ee8ba7c80b74797c3;hb=2e181b13aa722a43e78b897404912d6b13a0a937;hp=686479810d02fdde93c650bff84ee79f432edaad;hpb=818719f38b8327cdca616d58b13913dbd174d96a;p=fa-stable.git diff --git a/themes/aqua/renderer.php b/themes/aqua/renderer.php index 68647981..48fd487a 100644 --- a/themes/aqua/renderer.php +++ b/themes/aqua/renderer.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ class renderer { @@ -23,7 +23,7 @@ function menu_header($title, $no_menu, $is_index) { - global $path_to_root, $applications, $help_base_url, $db_connections; + 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'"; @@ -40,15 +40,16 @@ echo "\n"; if (!$no_menu) { + $applications = $_SESSION['App']->applications; $local_path_to_root = $path_to_root; $sel_app = $_SESSION['sel_app']; echo "
"; echo "
"; - foreach($applications as $app => $name) + foreach($applications as $app) { - $acc = access_string($name); - echo "" .$acc[0] . ""; } echo "
";