X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fmain.inc;h=2f0481334175c3e29b4104f86ca9ddaaabfb5bbb;hb=c5e79001aaf39617a2ff0626ab267036705af105;hp=a4472e8ecc40f806d0c5cb1797af0c8278892a92;hpb=463ab9029b1efa51c96aca12aa8537d262fe6f82;p=fa-stable.git diff --git a/includes/main.inc b/includes/main.inc index a4472e8e..2f048133 100644 --- a/includes/main.inc +++ b/includes/main.inc @@ -13,6 +13,7 @@ include_once($path_to_root . "/admin/db/users_db.inc"); include_once($path_to_root . "/includes/ui/ui_view.inc"); + include_once($path_to_root . "/includes/ui/ui_controls.inc"); function page($title, $no_menu=false, $is_index=false, $onload="", $js="") { @@ -25,6 +26,7 @@ page_header($title, $no_menu, $is_index, $onload, $js); error_box(); + div_start('_page_body'); // whole page content for ajax reloading } function end_page($no_menu=false, $is_index=false) @@ -33,9 +35,9 @@ $hide_menu = $no_menu; + div_end(); // _page_body section include($path_to_root . "/includes/page/footer.inc"); - $Ajax->run(); page_footer($no_menu, $is_index); }