rosehill/templates/html/partials/header.inc

14 lines
639 B
PHP

<?php $startTime = microtime(1); ?>
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<link rel="SHORTCUT ICON" href="/favicon.ico" />
<style type="text/css" media="screen">
@import url('<?php echo BASE_URL; ?>/skins/origin-external/reset.css');
@import url('<?php echo BASE_URL; ?>/skins/local/layouts/<?php echo $this->layout; ?>.css');
@import url('<?php echo BASE_URL; ?>/skins/origin-external/screen.css');
@import url('<?php echo BASE_URL; ?>/skins/local/screen.css');
</style>
<title>Cemeteries</title>
</head>