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

Размер файла: 5.3Kb
<?php
if (strtok($_SERVER['HTTP_USER_AGENT'],'/')!="Mozilla") {
header("Content-type:application/vnd.wap.xhtml+xml; charset=utf-8");
}else{
header("Content-type:text/html; charset=utf-8");}
echo '<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<head>
<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=UTF-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="shortcut icon" href="'.$config_home.'/favicon.ico" />';

if($config_rssicon==1){echo '<link rel="alternate" type="application/rss+xml" title="RSS" href="'.$config_home.'/news/rss_news.php" />';}

echo '<title>'.site_title($php_self).'</title>
<style type="text/css">
body { font-family: Calibri; font-size: 13px; margin: 2px; color: maroon;
background-color: white; }
a:link, a:visited { text-decoration: underline; color : purple; }
a:hover { text-decoration: none; color: red; position: relative; top: 1px; left: 1px; }
.a {padding: 0px; text-align: center; border: 2px dotted green;
background-color: lightblue; font-size: 17px;
color: purple;}
.b { margin: 2px 0px; border: 2px solid purple; font-weight: 17px;  padding: 2px;
background-color: lightblue; text-align: left; color: blue; }
.c { padding: 0px; text-align: center; border: 1px dotted blue; border-collapse:collapse;
background-color: lightblue; color: #B57B29;}
.d {background-color: #E3E5E3; border-style: dotted; border-width: 1px; border-color: #B8C1B7; padding: 10px; padding-left: 35px;  background-image: url('.$config_home.'/images/img/code.gif); background-repeat: repeat-y; font-size: 11px}
input,select,textarea{ border: 2px dotted maroon; background-color: white; color: purple;}
q {font-family: Times, serif;  font-style: italic; color: gold;quotes: "\00AB" "\00BB"}
</style>';
echo '<meta name="keywords" content="'.$config_keywords.'" />';
echo '<meta name="description" content="'.$config_description.'" />';
echo '</head><body bgcolor="white" text="gray">';
echo '<div class="a" id="up" align="center"><img src="'.$config_home.'/themes/new_year/snow1.gif" alt=""/> <img src="'.$config_logotip.'" alt=""/> <img src="'.$config_home.'/themes/new_year/snow1.gif" alt=""/></br>'.$config_logos.' </div>';

if($config_rekhead==1){include_once BASEDIR."local/datamain/reklama_head.dat";}

echo '<div>';

function htmltoxhtml($skinxhtml) {
$skinxhtml = str_replace("images/img/act1.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/act2.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/act3.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/act.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/dir.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/dir.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/news.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/panel.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/smenu.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/mail.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/menu.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/wel.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/partners.gif","themes/new_year/corn.png",$skinxhtml);
$skinxhtml = str_replace("images/img/newmail.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/board.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/vote.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/act_home.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/stat.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/games.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/faq.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/custom.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/gallery.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/forums.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/lock.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/chat.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("images/img/chel.gif","themes/new_year/snow.gif",$skinxhtml);
$skinxhtml = str_replace("<br>","<br />",$skinxhtml);
$skinxhtml = str_replace("<div class=a>","<div class=\"a\">",$skinxhtml);
$skinxhtml = str_replace("<div class=b>","<div class=\"b\">",$skinxhtml);
$skinxhtml = str_replace("<div class=c>","<div class=\"c\">",$skinxhtml);
$skinxhtml = str_replace("alt=\"\">","alt=\"\" />",$skinxhtml);
$skinxhtml = str_replace("checked>","checked=\"checked\" />",$skinxhtml);
$skinxhtml = str_replace("selected>","selected=\"selected\">",$skinxhtml);
$skinxhtml = str_replace("<hr>","<hr />",$skinxhtml);
return $skinxhtml; }
ob_start(htmltoxhtml);
?>