index pages are updated
This commit is contained in:
18
about.php
18
about.php
@@ -1,14 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<?php $page_title = 'About Us – Doormile'; include 'head.php'; ?>
|
||||
<?php $page_title = 'About Us – Doormile'; include 'includes/head.php'; ?>
|
||||
|
||||
<body class="wp-singular page-template-default page page-id-3397 page-child parent-pageid-84 wp-theme-logico wp-child-theme-logico-child theme-logico woocommerce-no-js ehf-header ehf-footer ehf-template-logico ehf-stylesheet-logico-child logico-front-end logico-theme-style-rounded elementor-default elementor-kit-5 elementor-page elementor-page-3397">
|
||||
|
||||
|
||||
<?php
|
||||
$current_page = 'about-us';
|
||||
include 'header.php';
|
||||
include 'includes/header.php';
|
||||
?>
|
||||
|
||||
<main>
|
||||
@@ -58,19 +58,19 @@ include 'header.php';
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php include 'vision.php'; ?>
|
||||
<?php include 'our_values.php'; ?>
|
||||
<?php include 'ev-logistics.php'; ?>
|
||||
<?php include 'includes/vision.php'; ?>
|
||||
<?php include 'includes/our_values.php'; ?>
|
||||
<?php include 'includes/ev-logistics.php'; ?>
|
||||
|
||||
|
||||
<!-- our office -->
|
||||
<?php include 'our_office.php'; ?>
|
||||
<?php include 'includes/our_office.php'; ?>
|
||||
|
||||
<!-- our team -->
|
||||
<?php include 'our-team.php'; ?>
|
||||
<?php include 'includes/our-team.php'; ?>
|
||||
|
||||
<!-- testimonials -->
|
||||
<?php include 'testimonials.php'; ?>
|
||||
<?php include 'includes/testimonials.php'; ?>
|
||||
|
||||
<!-- <div class="elementor-element elementor-element-fd33e0b e-flex e-con-boxed cut-corner-no sticky-container-off e-con e-parent" data-id="fd33e0b" data-element_type="container">
|
||||
<div class="e-con-inner">
|
||||
@@ -272,7 +272,7 @@ include 'header.php';
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<?php include 'footer.php'; ?>
|
||||
<?php include 'includes/footer.php'; ?>
|
||||
</div>
|
||||
<!-- #page -->
|
||||
<script type="speculationrules">
|
||||
|
||||
Reference in New Issue
Block a user