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

Размер файла: 2.03Kb
<?php                                             
                             /*..::Design by LiSeR::..
							    Дизайны на заказ
								icq:473-516
								сайт: justwap.net */                                    
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.'/themes/wapmotor/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>';
echo '<link rel="stylesheet" href="'.$config_home.'/themes/wapmotor/style.css" type="text/css">
<meta name="keywords" content="'.$config_keywords.'">
<meta name="description" content="'.$config_description.'">
</head><body><!--Theme by Li$eR Дизайны на заказ [justwap.net]icq 473-516-->';
echo '<div class="head"><body>';
echo '<!--Theme by Li$eR Дизайны на заказ [justwap.net]icq 473-516-->';
echo '<div class="up"><div class="up2" ><img src="/themes/wapmotor/logo.gif" alt="WAP-MOTOR"/></div>
<div class="centr"><div class="fon">';
function myhtml($myhtml) { //так как смайлы изменили свое местоположение, это временно\
/*                          ..::Design icon::..                                     */
$myhtml = str_replace("<img src=\"../smiles/","<img src=\"../images/smiles/",$myhtml);
$myhtml = str_replace("images/img/act.gif","/themes/wapmotor/img/act.gif",$myhtml);
$myhtml = str_replace("images/img/act1.gif","/themes/wapmotor/img/act.gif",$myhtml);
$myhtml = str_replace("images/img/act2.gif","/themes/wapmotor/img/act.gif",$myhtml);
$myhtml = str_replace("images/img/act3.gif","/themes/wapmotor/img/act.gif",$myhtml);
$myhtml = str_replace("images/img/forums.gif","themes/wapmotor/img/forum.gif",$myhtml);
return $myhtml; }
ob_start(myhtml);
?>