<?php error_reporting(E_USER_ERROR); require_once(dirname(__FILE__)."/../cms/Auth.class.php"); $auth = new Auth(); if ($auth->isAuth()){ include("./html/footer.html.php"); } ?>