示例#1
0
<?php

defined('LEAN') or die('Access Denied');
$meta = new meta();
?>
<!DOCTYPE html>
<html lang="ru">
<head>
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="keywords" content="<?php 
echo $meta->get_content()['keywords'];
?>
">
	<meta name="description" content="<?php 
echo $meta->get_content()['description'];
?>
">
	<title><?php 
echo $meta->get_content()['title'];
?>
</title>
	<link rel="stylesheet" href="<?php 
echo config::TEMPLATE;
?>
css/main.css">
	<script src="<?php 
echo config::TEMPLATE;
?>
js/jquery.js"></script>
	<script src="<?php