Car_rental/index.php
2025-01-07 15:54:52 +05:45

14 lines
495 B
PHP

<?php include('header.php') ?>
<?php include('parts/teaser.php') ?>
<?php include('parts/services.php') ?>
<?php include('parts/newsletter.php') ?>
<?php include('parts/vehicles.php') ?>
<?php include('parts/reviews.php') ?>
<?php include('parts/location.php') ?>
<?php include('parts/information.php') ?>
<?php include('parts/partners.php') ?>
<?php include('parts/contact.php') ?>
<?php include('parts/footer.php') ?>
<?php include('parts/checkoutmodal.php') ?>
<?php include('jquery.php') ?>