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

Размер файла: 3.51Kb
<?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">';

echo '<link rel="shortcut icon" href="'.$config['home'].'/favicon.ico" />';echo '<link rel="alternate" type="application/rss+xml" title="RSS News" href="'.$config['home'].'/news/rss.php" />';echo '<meta name="keywords" content="%KEYWORDS%" />';echo '<meta name="description" content="%DESCRIPTION%" />';echo '<meta name="generator" content="Wap-Motor '.MOTOR_VERSION.'" />';
echo '<title>'.site_title($php_self).'</title>';
echo'<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: #E3E5E3; border-style: dotted; border-width: 1px; border-color: #B8C1B7; padding: 10px; padding-left: 35px;  background-image: url('.$config_home.'/images/img/code.gif); background-repeat: repeat-y; font-size: 11px}
.form {color: #000; padding : 3px; background-color: #dee; border: 1px dotted #bcb;}.login {color: #000; padding : 10px; margin : 10px 0 10px 0; background-color: #dee; border: 1px dotted #bcb;}
.e {background-color: #BCD0ED;  text-align: left; font-size: 12px; color: #000000; }
q {font-family: Times, serif;  font-style: italic; color: navy;quotes: "\00AB" "\00BB"}
</style>
</head><body bgcolor="#66CCFF"><!--Themes by Blackaxes-->';
echo '<div class="a" id="up"><img src="'.$config['logotip'].'" alt="image" /><br />'.$config['logos'].' </div>';if ($config['rekhead']==1){include_once DATADIR."datamain/reklama_head.dat";}include_once (BASEDIR."includes/isset.php");
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');
?>