я вставил этот код. он появляется на сайте .
<?php
header("Cache-Control: no-store, no-cache, must-revalidate"
header("Expires: " . date("r");
header("Content-Type: text/html; charset=utf-8"
?>
ini_set('display_errors', 'On');
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD-mobile10.dtd">
<html xmlns="http://www.w3.org/1999" xml:lang="ru">
<head>
<meta http-equiv="content-Type" content="application+xml; charset=utf-8" />
<script src="style/<?php echo $_DATA['theme'];?>/ajs/audio.min.js"></script>
<script>
audiojs.events.ready(function() {
var as = audiojs.createAll();
});
</script>
<link rel="shortcut icon" href="style/<?php echo $_DATA['theme'];?>/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="style/<?php echo $_DATA['theme'];?>/style.css" type="text/css" />
<?php if($_DATA['keywords'] != NULL): ?>
<meta name="keywords" content="<?php echo $_DATA['keywords'];?>" />
<?php endif;
if($_DATA['description'] != NULL): ?>
<meta name="description" content="<?php echo $_DATA['description'];?>" />
<?php endif; ?>
<title><?php echo $_DATA['title'];?></title>
</head>
<body>
<div class="body">
<div class="head_title">
<a class="b home" href="/">KGvip.Pw</a>
<div class="title"><h1><? if ($_DATA['title']): ?><?php echo $_DATA['title']?><? endif; ?></h1></div>
</div>
<div class="user_menu">
<?php if (IS_UID > 0): ?>
<div class="user_menu_block"><a class="b enter" href="/mypage">Кабинет</a></div>
<?php if (IS_ADMIN > 0): ?>
<div class="user_menu_block"><a class="b enter" href="/admin">Админка</a></div>
<?php endif; ?>
<?php else: ?>
<div class="user_menu_block"><a class="b enter" href="/index-aut">Вход</a></div>
<div class="user_menu_block"><a class="b registration" href="/index-reg">Регистрация</a></div>
<?php endif; ?>
</div>
Notice: Undefined variable: poisk_tracks in /var/www/kgv443/data/www/kgvip.pw/system/views/index/index.tmpl on line 6 вот вышло в главном!!!
Wins, <? if ($poisk_tracks): foreach ($poisk_tracks as $v): ?> что тут не правильно?
<? if (isset($poisk_tracks)): foreach ($poisk_tracks as $v): ?>
что убрать или сменить?
Добавлено 09.03.16 в 17:12:20:
ау