require_once('../includes/header.inc.php'); require_once(APP_INCLUDES_PATH.'/html/header.inc.php'); require_once(APP_INCLUDES_PATH."/send/order.php"); ?>
| Order Form |
| if ( empty($content) ) include_once(APP_INCLUDES_PATH.'/html/order_form.inc.php'); else include_once(LANG_INCLUDES_PATH."/sendmail/$content.html"); ?> |