Viewing file: header.php (1.27 KB) -rw-rw-r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
if( !defined('PHURL' ) ) {
header('HTTP/1.0 404 Not Found');
exit();
}
ini_set('display_errors', 0);
?>
<html>
<head>
<link rel="stylesheet" type="text/css" href="assets/default.css" />
<link rel="icon" href="http://9fx.us/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://9fx.us/favicon.ico" type="image/x-icon" />
<title><?php echo SITE_TITLE ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<STYLE type="text/css">
#wrap { margin:0 auto 0 auto; width:390px; }
</STYLE>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23432474-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="front not-logged-in no-sidebars no-top with-navbarno-top">
<div id="wrap">
<div id="container">
<div id="header">
<a href="<?php echo SITE_URL ?>" ><img src='./html/l_ogo.png'/></a>
</div>
<div id="content">
|