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

Размер файла: 2.66Kb
<?php
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" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="shortcut icon" href="'.$config_home.'/favicon.ico" />
<title>'.$config_title.$my_title.'</title>
<style type="text/css">
a:link,a:active,a:visited {color: blue; font-weight: bold; text-decoration: underline;}
a:hover {color: #EE3300; text-decoration: none;}
body {background-color: #DDEEFF; color: black; font-weight: bold; scrollbar-face-color: gold; scrollbar-highlight-color: lavender; scrollbar-3dlight-color: silver; scrollbar-darkshadow-color: gray; scrollbar-shadow-color: silver; scrollbar-arrow-color: red; scrollbar-track-color: blue; margin : 10px;}
div {font-size: 12px; margin: 3px 3px 3px 3px; padding: 3px 3px 3px 3px; font-family: "Courier New", Courier, monospace;}
img {border: 0; margin: 0;}
textarea {background-color: #99EE55; width: 70%; font-size: 10pt; font-weight: bold; color: red;}
table {background-color: gold; font-size: 13px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
input {background-color: #CCEECC;  font-size: 10pt; font-weight: bold; color: blue;}
option {background-color: #AAFF99;  font-size: 10pt; font-weight: bold; color: red; }
h4 {margin: 0; text-decoration: underline;}
.a,.c {margin: 0px; border-top: 5px solid #999999; border-left: 5px solid #999999; border-right: 5px solid #D7D7D7; border-bottom: 5px solid #D7D7D7; padding: 5px; vertical-align: top; background-color: #000000; text-align: center;  font-size: 14px; color: #FFFF00; font-weight: bold;}
.b {background-color: #AAAAAA; margin-top: 0px; padding: 4px 4px 4px 4px; vertical-align: middle;}
.c a:link, .c a:visited{ color: #3355EE;  text-decoration: none;}
.c a:hover{text-decoration: underline;}
.d {background-color: #BBBBBB; color: #9999CC; font-size: 14px; text-align: center;}
</style></head><body bgcolor="white" text="black">';
echo '<div class="a" id="up"><img src="'.$config_logotip.'" alt="" /><br />'.$config_logos.' </div><div align="left">';
require ("$DOCUMENT_ROOT/top_banner.php");
echo '</div><div>';
function myhtml($myhtml) {
$myhtml = str_replace("<img src=\"../smiles/","<img src=\"../images/smiles/",$myhtml);
$myhtml = str_replace("images/img/act1.gif","themes/death/a1.gif",$myhtml);
$myhtml = str_replace("images/img/act2.gif","themes/death/a2.gif",$myhtml);
$myhtml = str_replace("images/img/act3.gif","themes/death/a3.gif",$myhtml);
$myhtml = str_replace("images/img/act_home.gif","themes/death/a4.gif",$myhtml);
return $myhtml; }
ob_start(myhtml);
?>