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

Размер файла: 2.71Kb
<?php
#-----------------------------------------------------#
#          ********* ROTORCMS *********               #
#              Made by  :  VANTUZ                     #
#               E-mail  :  [email protected]         #
#                 Site  :  http://pizdec.ru           #
#             WAP-Site  :  http://visavi.net          #
#                  ICQ  :  36-44-66                   #
#  Вы не имеете право вносить изменения в код скрипта #
#        для его дальнейшего распространения          #
#-----------------------------------------------------#
header("Content-type:text/html; charset=utf-8");
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';
echo '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru"><head>';
echo '<title>%TITLE%</title>';
echo '<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />';
echo '<link rel="shortcut icon" href="' . $config['home'] . '/themes/aslan_yellow/favicon.ico" type="image/x-icon" />';
echo '<link rel="stylesheet" href="' . $config['home'] . '/themes/aslan_yellow/style.css" type="text/css" />';
echo '<link rel="alternate" href="' . $config['home'] . '/news/rss.php" title="RSS News" type="application/rss+xml" />';
echo '<meta name="keywords" content="%KEYWORDS%" />';
echo '<meta name="description" content="%DESCRIPTION%" />';
echo '<meta name="viewport" content="width=device-width,initial-scale=1" />';
echo '<meta name="generator" content="RotorCMS" />';
echo '</head><body>';
echo '<!--Design by Aslan (http://kollektiv.mobi)-->';

function myhtml($myhtml) {
  $myhtml = str_replace('<img src="' . BASEDIR . 'images/img/act.png" alt="image" />', '<img src="' . BASEDIR . 'themes/aslan_yellow/str.gif" alt="image" />', $myhtml);
  $myhtml = str_replace('<img src="' . BASEDIR . 'images/img/act1.gif" alt="image" />', '<img src="' . BASEDIR . 'themes/aslan_yellow/str.gif" alt="image" />', $myhtml);
  $myhtml = str_replace('<img src="' . BASEDIR . 'images/img/act2.gif" alt="image" />', '<img src="' . BASEDIR . 'themes/aslan_yellow/str.gif" alt="image" />', $myhtml);
  $myhtml = str_replace('<img src="' . BASEDIR . 'images/img/act3.gif" alt="image" />', '<img src="' . BASEDIR . 'themes/aslan_yellow/str.gif" alt="image" />', $myhtml);
  return $myhtml;
}
ob_start('myhtml');


echo '<div style="background-image:url(\'/themes/aslan_yellow/head.gif\'); padding-bottom: 14px; padding-top: 10px;"><center><a href="/"><img src="' . $config['home'] . '/themes/aslan_yellow/logo.png" /></center></a></div>';

echo '<div class="ob">';
include_once(BASEDIR . 'includes/note.php');

?>