/home/hdwebsolution/www/app/Views/index.php
<?php
echo view('front/include/header');
echo view($view);
echo view('front/include/footer');
?>