View file themes/default/index.php

File size: 3.37Kb
<?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: #3333AA; font-weight: bold; text-decoration: underline;}
a:hover {color: #CC3300; text-decoration: none;}
body {background-color: #FFFFFF; color: #000000; scrollbar-face-color: black; scrollbar-highlight-color: lavender; scrollbar-3dlight-color: CC9966; scrollbar-darkshadow-color: gray; scrollbar-shadow-color: silver; scrollbar-arrow-color: ivory; scrollbar-track-color: grey; 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 {width: 70%; font-size: 10pt; font-weight: bold;}
table {font-size: 13px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
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>
<meta http-equiv="Expires" content="-1">
<meta http-equiv="revisit-after" Content="3 days">
<meta name="revisit" content="3 days">
<meta name="Rating" Content="general">
<meta name="Revisit-after" Content="3 days">
<meta name="keywords" content="X-ray portall,amateur radio,transceiver,transmitter,radio,auto diagnostic,schematic diagram,datasheet,sdr,forum,mini-chat,love sms,game,webmaster,радиолюбитель,схема,даташит,библиотека,трансивер,диагностика авто,раскодировка,автомагнитола,а/м,прошивка,форум,мини-чат,смс любимым,адаптер k-line,компьютеры,софт,железо,программы,Источники питания,Видеотехника,Микропроцессорная техника, Web мастеру,Доска Объявлений">
<meta name="description" content="X-ray Portall- Всё обо Всём!!!">
</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);
?>