16 lines
388 B
PHP
16 lines
388 B
PHP
<?php
|
|
$headerStyle = 'light';
|
|
$rootPath = dirname(dirname(dirname(__DIR__)));
|
|
include_once($rootPath . '/header.php');
|
|
?>
|
|
|
|
<!-- <?php
|
|
$pageTitle = 'About';
|
|
$breadcrumbs = [['Home' => 'index.php']];
|
|
require_once($rootPath . '/components/banner.php');
|
|
?> -->
|
|
<!-- Benefit Area start -->
|
|
|
|
|
|
<!-- <?php include_once(dirname(dirname(dirname(__DIR__))) . '/components/insta_footer.php'); ?> -->
|