9 lines
201 B
PHP
9 lines
201 B
PHP
<?php ob_start(); ?>
|
|
|
|
<?php require_once "includes/imp_files.php";?>
|
|
|
|
<?php include_once 'includes/header.php'; ?>
|
|
|
|
<?php include_once 'views/home.php' ;?>
|
|
|
|
<?php include_once 'includes/footer.php'; ?>
|