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

Размер файла: 3.55Kb
<?php
#-----------------------------------------------------#
#          ********* WAP-MOTORS *********             #
#             Made by   :  VANTUZ                     #
#               E-mail  :  [email protected]             #
#                 Site  :  http://pizdec.ru           #
#             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=\"alternate\" type=\"application/rss+xml\" title=\"RSS\" href=\"$config_home/pages/rss_news.php\">
<link rel=\"shortcut icon\" href=\"$config_home/favicon.ico\"><title>$config_title $my_title</title>
<style type=\"text/css\">
body { font-weight: normal; font-family: Verdana; font-size: 13px; color: #000000; background-color: #DFE6EF }
a:link { text-decoration: none; font-family: Arial; font-weight: bold; color : #6079FF }
a:active { text-decoration: none; font-family: Arial; font-weight: bold; color : #6079FF }
a:visited { text-decoration: none; font-family: Arial; font-weight: bold; color : #6079FF }
a:hover { text-decoration: none; font-family: Arial; font-weight: bold; font-size: 14px; color : #FFFFFF }
div { border-top: 0px solid #FFFFFF; border-left: 2px solid #FFFFFF; border-right: 2px solid #FFFFFF; border-bottom: 0px solid #FFFFFF; padding: 2px;}
table { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size: 13px;}
.a {margin: 0px; border-top: 2px solid #FFFFFF; border-left: 2px solid #FFFFFF; border-right: 2px solid #FFFFFF; border-bottom: 0px solid #FFFFFF; padding: 3px; vertical-align: middle; background-color: #BCD0ED;  text-align: left; font-family: Georgia; font-size: 13px; color: #000000; }
.b {margin: 0px; border-top: 1px solid #FFFFFF; border-left: 2px solid #FFFFFF; border-right: 2px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; padding: 1px; vertical-align: middle; background-color: #BCD0ED;  text-align: left; font-family: Georgia; font-size: 13px; color: #000000; }
.c {margin: 0px; border-top: 0px solid #FFFFFF; border-left: 2px solid #FFFFFF; border-right: 2px solid #FFFFFF; border-bottom: 2px solid #FFFFFF; padding: 1px; vertical-align: middle; background-color: #BCD0ED;  text-align: left; font-family: Georgia; font-size: 13px; color: #000000; }
.d {background-color: #BCD0ED;  text-align: left; font-size: 12px; color: #000000; }
</style>
<meta name=\"keywords\" content=\"Visavi.net,скрипты,форум,wap,мастер,рейтинг,учебники,статьи\">
<meta name=\"description\" content=\"Visavi.net - Мир скриптов - Самая большая коллекция wap-скриптов\">	
</head><body bgcolor=\"#66CCFF\"><!--Themes by Blackaxes-->";
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/fusion/a1.gif",$myhtml);
$myhtml = str_replace("images/img/act2.gif","themes/fusion/a2.gif",$myhtml);
$myhtml = str_replace("images/img/act3.gif","themes/fusion/a3.gif",$myhtml);
$myhtml = str_replace("images/img/act_home.gif","themes/fusion/a4.gif",$myhtml);
return $myhtml; }
ob_start(myhtml);
?>