Exemplo n.º 1
0
<!DOCTYPE html>
<html lang="<?php 
echo USER_LANG;
?>
">
	<head>
		<meta charset="UTF-8" />
		<meta name="robots" content="noindex, nofollow" />
		<meta name="viewport" content="width=335, initial-scale=1.0">
		<title><?php 
if (isset($GLOBALS['page_title'])) {
    echo $GLOBALS['page_title'] . ' | ';
}
echo AdminServUI::getTitle();
?>
</title>
		<link type="image/png" rel="icon" href="<?php 
echo AdminServConfig::$PATH_RESOURCES;
?>
images/32/favicon.png" sizes="32x32" />
		<?php 
echo AdminServUI::getCss();
?>
		<?php 
echo AdminServUI::getJS();
?>
	</head>
	<body<?php 
if (isset($GLOBALS['body_class'])) {
    echo ' class="' . $GLOBALS['body_class'] . '"';
}