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

Размер файла: 3.38Kb
<?php
#-----------------------------------------------------#
#          ********* Wap-Motor *********              #
##  Design by Blackened # http://thrashzone.ru       ##
#                 ICQ   :  291229946                  #
#-----------------------------------------------------#
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 '<!--powered by Blackened thrashzone.ru-->';
echo '<link rel="shortcut icon" href="'.$config_home.'/themes/football/site/favicon.ico">';
echo '<link rel="alternate" type="application/rss+xml" title="RSS" href="'.$config_home.'/pages/rss_news.php">';
echo '<title>'.$config_title.$my_title.'</title>';
echo '<link rel="stylesheet" href="'.$config_home.'/themes/football/football.css" type="text/css"></head><body><center>';
echo'<table><tr><td>';
echo '<div class="a" id="up"><img src="'.$config_home.'/themes/football/site/logo.png" alt="site logo"><br><br>'.$config_logos.'<br><br></div>';

function myhtml($myhtml) {
$myhtml = str_replace("images/img/act1.gif","themes/football/img/act.png",$myhtml);
$myhtml = str_replace("images/img/act2.gif","themes/football/img/act.png",$myhtml);
$myhtml = str_replace("images/img/act3.gif","themes/football/img/act.png",$myhtml);
$myhtml = str_replace("images/img/act.gif","themes/football/img/act.png",$myhtml);
$myhtml = str_replace("images/img/act.png","themes/football/img/act.png",$myhtml);
$myhtml = str_replace("images/img/act_home.gif","themes/football/img/act_home.png",$myhtml);
$myhtml = str_replace("images/img/homepage.gif","themes/football/img/act_home.png",$myhtml);
$myhtml = str_replace("images/img/banners.gif","themes/football/img/ban.png",$myhtml);
$myhtml = str_replace("images/img/user.gif","themes/football/img/chel.png",$myhtml);
$myhtml = str_replace("images/img/chel.gif","themes/football/img/chel.png",$myhtml);
$myhtml = str_replace("images/img/chat.gif","themes/football/img/user.png",$myhtml);
$myhtml = str_replace("images/img/edit.gif","themes/football/img/edit.png",$myhtml);
$myhtml = str_replace("images/img/error.gif","themes/football/img/error.png",$myhtml);
$myhtml = str_replace("images/img/exit.gif","themes/football/img/exit.png",$myhtml);
$myhtml = str_replace("images/img/themes.gif","themes/football/img/games.png",$myhtml);
$myhtml = str_replace("images/img/dir.gif","themes/football/img/dir.png",$myhtml);
$myhtml = str_replace("images/img/files.gif","themes/football/img/file.png",$myhtml);
$myhtml = str_replace("images/img/forums.gif","themes/football/img/file.png",$myhtml);
$myhtml = str_replace("images/img/menu.gif","themes/football/img/site.png",$myhtml);
$myhtml = str_replace("images/img/motors.gif","themes/football/img/sch.png",$myhtml);
$myhtml = str_replace("images/img/newmail.gif","themes/football/img/newmail.png",$myhtml);
$myhtml = str_replace("images/img/partners.gif","themes/football/img/site.png",$myhtml);
$myhtml = str_replace("images/img/profiles.gif","themes/football/img/profiles.png",$myhtml);
$myhtml = str_replace("images/img/panel.gif","themes/football/img/panel.png",$myhtml);
$myhtml = str_replace("images/img/games.gif","themes/football/img/games.png",$myhtml);
$myhtml = str_replace("images/img/rss.gif","themes/football/img/rss.png",$myhtml);
return $myhtml; }
ob_start('myhtml');

?>