Просмотр файла themes/phantom/index.php

Размер файла: 1.96Kb
<?php
#---------------------------------------------#
#      ********* RotorCMS *********           #
#           Author  :  Vantuz                 #
#            Email  :  [email protected]     #
#             Site  :  http://visavi.net      #
#              ICQ  :  36-44-66               #
#            Skype  :  vantuzilla             #
#---------------------------------------------#
header('Content-type:text/html; charset=utf-8');
?>
<!DOCTYPE HTML>
<html>
	<head>
		<title>%TITLE%</title>
		<meta charset="utf-8" />
		<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
		<link rel="image_src" href="/images/img/icon.png" />
		<link rel="alternate" href="/news/rss.php" title="RSS News" type="application/rss+xml" />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
		<meta name="keywords" content="%KEYWORDS%" />
		<meta name="description" content="%DESCRIPTION%" />
		<meta name="generator" content="RotorCMS <?= $config['rotorversion'] ?>" />
		<?= include_style() ?>
		<!--[if lte IE 8]><script src="/themes/phantom/js/ie/html5shiv.js"></script><![endif]-->
		<link rel="stylesheet" href="/themes/phantom/css/main.css" />
		<!--[if lte IE 9]><link rel="stylesheet" href="/themes/phantom/css/ie9.css" /><![endif]-->
		<!--[if lte IE 8]><link rel="stylesheet" href="/themes/phantom/css/ie8.css" /><![endif]-->
	</head>
	<body>
		<!-- Wrapper -->
			<div id="wrapper">

				<!-- Header -->
					<header id="header">
						<div class="inner">

							<!-- Logo -->
								<a href="/" class="logo">
									<span class="symbol"><img src="/images/img/icon.png" alt="<?=$config['title']?>" /></span><span class="title"><?=$config['title']?></span>
								</a>

							<!-- Nav -->
								<nav>
									<ul>
										<li><a href="#menu">Меню</a></li>
									</ul>
								</nav>

						</div>
					</header>

					<?php include('menu.php'); ?>

					<div id="main">
						<div class="inner">