CTA ADDED
This commit is contained in:
parent
3498689205
commit
e40252f239
2
faq.php
2
faq.php
@ -130,7 +130,7 @@ $getnum = $data->getnum() / 2;
|
|||||||
|
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
include_once $URLcorrection . 'sections/transform-cta.php';
|
||||||
include_once $URLcorrection . "includes/footer.php";
|
include_once $URLcorrection . "includes/footer.php";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@ -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";
|
||||||
|
|
||||||
|
?>
|
||||||
@ -36,7 +36,7 @@ echo curl_exec($ch);
|
|||||||
echo "</div>";
|
echo "</div>";
|
||||||
curl_close($ch);
|
curl_close($ch);
|
||||||
|
|
||||||
|
include_once $URLcorrection . 'sections/transform-cta.php';
|
||||||
include_once $URLcorrection . "includes/footer.php";
|
include_once $URLcorrection . "includes/footer.php";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
Loading…
Reference in New Issue
Block a user