<?php require_once($_SERVER['DOCUMENT_ROOT']."/libraries/php/classes/config.php"); //Basic configuration file. ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>UK - Environmental Health And Safety</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="libraries/css/style.css" type="text/css" />
<link rel="stylesheet" href="libraries/css/print.css" type="text/css" media="print" />
</head>
<body>
<div id="container">
<div id="mainNavigation">
<?php include($cDocroot."libraries/includes/inc_mainnav_0001.php"); ?>
</div>
<div id="subContainer">
<?php include("a_banner_0001.php"); ?>
<div id="subNavigation">
<?php include("a_subnav_0001.php"); ?>
</div>
<div id="content">
<p class="header">Welcome</p>
<p>Welcome to the University of Kentucky's Environmental Health And Safety Division. UK safety begins with you!</p>
<p class="sub_header">OUR MISSION</p>
<p>The EHS Division supports the University's teaching, research, and public service mission by promoting a safe, healthful, clean, and accessible campus environment.</p>
<p>The Division's programs are intended to provide safe and healthy conditions for work and study, protect the environment, and comply with applicable laws and regulations. The Division serves the University community by providing technical services, education and training, periodic audits, and compliance assistance.</p>
<?php include($cDocroot."libraries/includes/inc_updates_0001.php"); ?>
</div>
</div>
<div id="sidePanel">
<?php include($cDocroot."a_sidepanel_0001.php"); ?>
</div>
<div id="footer">
<?php include($cDocroot."libraries/includes/inc_footer_0001.php"); ?>
</div>
</div>
<div id="footerPad">
<?php include($cDocroot."libraries/includes/inc_footerpad_0001.php"); ?>
</div>
</body>
</html>
Like this:
Like Loading...