Просмотр файла themes/style-love/index.php

Размер файла: 3.72Kb
<?php
#             WAP-Site  :  http://visavi.net          #
#                  ICQ  :  36-44-66                   #
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">
<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-weight: normal; font-family: Verdana; font-size: 13px; color: brown; background-color: lightgoldenrod }
a:link { text-decoration: none; font-family: Arial; font-weight: bold; color : violetred }
a:active { text-decoration: none; font-family: Arial; font-weight: bold; color : violetred }
a:visited { text-decoration: none; font-family: Arial; font-weight: bold; color : violetred }
a:hover { text-decoration: none; font-family: Arial; font-weight: bold; font-size: 14px; color : violetred }
div { border-top: 0px solid violetred; border-left: 2px solid violetred; border-right: 2px solid violetred; border-bottom: 0px solid violetred; padding: 2px;}
table { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size: 13px;}
.a {margin: 0px; border-top: 2px solid pink; border-left: 2px solid pink; border-right: 2px solid pink; border-bottom: 0px solid pink; padding: 3px; vertical-align: middle; background-color: goldenrod;  text-align: left; font-family: Georgia; font-size: 13px; color: violetred; }
.b {margin: 0px; border-top: 1px solid violetred; border-left: 2px solid violetred; border-right: 2px solid violetred; border-bottom: 1px solid violetred; padding: 1px; vertical-align: middle; background-color: pink;  text-align: left; font-family: Georgia; font-size: 13px; color: violetred; }
.c {margin: 0px; border-top: 2px solid palevioletred; border-left: 2px solid palevioletred; border-right: 2px solid palevioletred; border-bottom: 2px solid palevioletred; padding: 1px; vertical-align: middle; background-color: pink;  text-align: left; font-family: Georgia; font-size: 13px; color: violetred; }
.d {background-color: pink; border-style: dotted; border-width: 1px; border-color: violetred; padding: 10px; padding-left: 35px;  background-image: url('.$config_home.'/images/img/code.gif); background-repeat: repeat-y; font-size: 11px}
.e {background-color: pink;  text-align: left; font-size: 12px; color: red; }
input,select,textarea{ border: 1px solid violetred; background-color: pink; color: red;}
q {font-family: Times, serif;  font-style: italic; color: navy;quotes: "\00AB" "\00BB"}
</style>
<meta name="keywords" content="'.$config_keywords.'">
<meta name="description" content="'.$config_description.'">	
</head><body bgcolor="ff0000"><!--Themes by PRIKOLIST-->';
echo '<div class="a" id="up"><img src="'.$config_logotip.'" alt=""><br>'.$config_logos.' </div>';
if($config_rekhead==1){include_once BASEDIR."local/datamain/reklama_head.dat";}
echo '<div>';

function myhtml($myhtml) {
$myhtml = str_replace("images/img/act1.gif","themes/style-love/a.png",$myhtml);
$myhtml = str_replace("images/img/act2.gif","themes/style-love/a.png",$myhtml);
$myhtml = str_replace("images/img/act_home.gif","themes/style-love/a.png",$myhtml);
$myhtml = str_replace("images/img/homepage.gif","themes/style-love/a.png",$myhtml);
$myhtml = str_replace("images/img/forums.gif","themes/style-love/a.png",$myhtml);
$myhtml = str_replace("images/img/act.gif","themes/style-love/a.png",$myhtml);
$myhtml = str_replace("images/img/dir.gif","themes/style-love/a.png",$myhtml);
$myhtml = str_replace("images/img/act3.gif","themes/style-love/a.png",$myhtml);
return $myhtml; }
ob_start('myhtml');
?>