X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogout.php;h=961e631d9a6a3c2b4000cd12fc1fc502fa704cfb;hb=e9782c04faf09dd040dbc0c908cdb6e6d4f0dcfc;hp=a8af023967167eafeba89d2c4eaf0709ee37e13c;hpb=902f1015d874c33bd7946b17de2ad80b4f2144b6;p=fa-stable.git diff --git a/access/logout.php b/access/logout.php index a8af0239..961e631d 100644 --- a/access/logout.php +++ b/access/logout.php @@ -12,45 +12,38 @@ $page_security = 'SA_OPEN'; $path_to_root=".."; include($path_to_root . "/includes/session.inc"); -include_once($path_to_root . "/includes/ui/ui_view.inc"); +add_js_file('login.js'); -page(_("Logout"), true, false, "", get_js_png_fix()); +include($path_to_root . "/includes/page/header.inc"); +page_header(_("Logout"), true, false, ''); -?> - - +echo "
- + - +echo "$app_title $version"; + +echo " - +
" alt="FrontAccounting" width="250" height="50" onload="fixPNG(this)" />FrontAccounting
 
-
"; +echo _("Thank you for using") . " "; - echo "$app_title $version"; -?> -
 
- " . _("Click here to Login Again.") . ""; -?> -
"; +echo "" . _("Click here to Login Again.") . ""; +echo "
-
-\n"; +end_page(false, true); +@session_destroy(); ?>