Remove: Delete duplicate validate_login.php from src/processors - keep only root endpoint
This commit is contained in:
15
src/pages/other/about2.php
Normal file
15
src/pages/other/about2.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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'); ?> -->
|
||||
Reference in New Issue
Block a user