From 312ab6bf8dd6a24186ec62c5d8af714b48c07e6a Mon Sep 17 00:00:00 2001 From: Gary Date: Mon, 23 Mar 2026 11:47:30 +0000 Subject: [PATCH] put global code in section to improve padding and layout --- loft-e-adjustable.php | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/loft-e-adjustable.php b/loft-e-adjustable.php index cbb0adc..918a94f 100644 --- a/loft-e-adjustable.php +++ b/loft-e-adjustable.php @@ -29,19 +29,21 @@ include_once $URLcorrection . 'includes/header.php'; - + "; -echo "


"; -echo curl_exec($ch); -echo ""; -curl_close($ch); + curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($_REQUEST)); + echo "
"; + echo "


"; + echo curl_exec($ch); + echo "
"; + curl_close($ch); -include_once $URLcorrection . 'includes/footer.php'; + include_once $URLcorrection . 'includes/footer.php'; -?> \ No newline at end of file + ?> + \ No newline at end of file