$strpaymentmanagement"); /// If orderid is empty, user wants to see all orders if (empty($orderid)) { authorize_print_orders(); } else { authorize_print_order_details($orderid); } /// Print footer print_footer(); ?>