CTA ADDED

This commit is contained in:
Gary 2026-03-23 12:13:12 +00:00
parent 3498689205
commit e40252f239
3 changed files with 8 additions and 3 deletions

View File

@ -130,7 +130,7 @@ $getnum = $data->getnum() / 2;
<?php
include_once $URLcorrection . 'sections/transform-cta.php';
include_once $URLcorrection . "includes/footer.php";
?>

View File

@ -38,4 +38,9 @@ curl_close($ch);
<?PHP include_once $URLCorrection . "includes/footer.php"; ?>
<?PHP
include_once $URLcorrection . 'sections/transform-cta.php';
include_once $URLCorrection . "includes/footer.php";
?>

View File

@ -36,7 +36,7 @@ echo curl_exec($ch);
echo "</div>";
curl_close($ch);
include_once $URLcorrection . 'sections/transform-cta.php';
include_once $URLcorrection . "includes/footer.php";
?>