<?php include 'imports.php'; //ERROR REPORTING error_reporting(Constants::$_DEBUG); //INicializa a sessão SESSION_START(); //Tenta recuperar a Action e a Page da URL $action = Proxy::fetchAction(); $page = Proxy::fetchPage(); $lang = Messages::$PT_br; ?> <!DOCTYPE html> <html lang="<?php echo $lang; ?> "> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="SHORTCUT ICON" href="icon.ico" /> <title> Click Vest | <?php if ($page) { echo $page->title(null); } ?> </title>