Add Office Menu

This commit is contained in:
Steve Ireland
2017-09-02 13:31:33 -04:00
committed by FrancescoUK
parent 5a9aa96b7e
commit de91510beb
18 changed files with 342 additions and 107 deletions

View File

@@ -4,6 +4,11 @@ require_once("Secure_Controller.php");
class Home extends Secure_Controller
{
function __construct()
{
parent::__construct(NULL,NULL,'home');
}
public function index()
{
$this->load->view('home');