<?php $_SESSION['active'] = 'home'; include 'header.php'; include 'slider.php'; include 'content.php'; include 'projects.php'; include 'what_we_do.php'; include 'why_we.php'; include 'testimonials.php'; include 'recentProjects.php'; include 'footer.php'; ?>