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

Размер файла: 2.13Kb
<?php
header('Content-type:text/html; charset=utf-8');
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
      <html>
	  <head>';
echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8">';
echo '<meta http-equiv="Content-Language" content="ru-RU">';
echo '<meta name="robots" content="index,follow">';
echo '<meta name="rating" content="Global">';
echo '<meta name="category" content="Computer & Internet">';
echo '<meta name="REVISIT-AFTER" content="7 days">';
echo '<meta name="description" content="'.$config_description.'">';
echo '<meta name="keywords" content="'.$config_keywords.'">';
echo '<meta name="author" content="KoT[T] aka sw.East - SunCity.Org.Ru">';
echo '<meta name="copyright" content="SuNCitY - Дизайнерские Мысли в Сети">';
echo '<meta name="Identifier-url" CONTENT="http://suncity.org.ru">';
echo '<link rel="shortcut icon" href="'.$config_home.'/themes/old_Forest/images/favicon.ico">';
if($config_rssicon==1){
echo '<link rel="alternate" type="application/rss+xml" title="RSS" href="'.$config_home.'/news/rss_news.php">';}
echo'<link rel="stylesheet" href="'.$config_home.'/themes/BeDDinG/style.css" media="screen,projection">';
echo'<title>'.site_title($php_self).'</title>
     </head>
	 <body>';
echo '<!--Themes by suncity.org.ru-->';

//------------------------ Фон -------------------------------//

echo '
      <div id="wrapper">
	  <div id="wrapper-bgtop">
	  <div id="wrapper-bgbtm">
';

//------- ТулБар -----------//
      
echo'
      <div id="page">
	  <div id="page-bgtop">
	  <div id="page-bgbtm">
	  <div id="menu">
<ul>
    <li>
<a href="'.$config_home.'/index.php?">Домой</a></li>
    <li>
<a href="'.BASEDIR.'forum/?'.SID.'">Форум</a></li>
    <li>
<a href="'.BASEDIR.'gallery/?'.SID.'">Галерея</a></li>
    <li>
<a href="'.BASEDIR.'book/?'.SID.'">Гостевая</a></li>
<li>
<a href="'.BASEDIR.'download/?'.SID.'">Контент</a></li>
</ul>
     </div>
';

//---------Тело-------------//
echo'
     <div id="content">
	 <div class="post">
     <div class="entry">
<p>
';
?>