Исправьте ошибку на 199 ,а то я чета накодил ![]()
Исправьте ошибку на 199 ,а то я чета накодил ![]()
Грязный_Луи, echo '<div class="phdr"><img
src="../images/contacts.png"
width="16" height="16" /><a
href="../str/anketa.php?id='.$
us_id.'"> В анкету</a>'; Нет закрывающего тега </div>
7ky-games (15.08.2011/07:14)Отлично ! Спасибо
Грязный_Луи, echo '<div class="phdr"><img
src="../images/contacts.png"
width="16" height="16" /><a
href="../str/anketa.php?id='.$
us_id.'"> В анкету</a>'; Нет закрывающего тега </div>
Ну дак поможете?
а у меня такая ошибка,кто может помогите http://mobiler.h2m.ru/
made, на главной странице у тебя ошибка только, причем каждый раз в разном месте -> у тебя либо граббер неправильно прописан, либо реклама - удали или то или то (если есть) и посмотри где собака порылась
StanLeyUA (14.08.2011/10:33)
помогите испрабить
$theme = isset($_COOKIE['the']) ? trim($_COOKIE['the']) : NULL;
if ($theme && $theme == 'web')
{
$version = "web_themes";
$vers = "head_web.php";
$end_vers = "end_web.php";
$main_menu = "web_mainmenu.php";
}
elseif(($theme && $theme == 'wap') || !$theme)
{
$version = "wap_themes";
$vers = "head_wap.php";
$end_vers = "end_wap.php";
$main_menu = "mainmenu.php";
}
elseif($theme && theme == 'touch')
{
$version = "touch_themes";
$vers = "head_touch.php";
$end_vers = "end_touch.php";
$main_menu = "mainmenu.php";
} ~XeOn~, добавь else{} в самом конце, а то у тебя конструкция не закончена
seg0ro, Зачем? Елсе в конце не обязательно.
$theme = isset($_COOKIE['the']) ? trim($_COOKIE['the']) : NULL;
if ($theme && $theme == 'web')
{
$version = "web_themes";
$vers = "head_web.php";
$end_vers = "end_web.php";
$main_menu = "web_mainmenu.php";
}
elseif(($theme && $theme == 'wap') || !$theme)
{
$version = "wap_themes";
$vers = "head_wap.php";
$end_vers = "end_wap.php";
$main_menu = "mainmenu.php";
}
elseif($theme && $theme == 'touch')
{
$version = "touch_themes";
$vers = "head_touch.php";
$end_vers = "end_touch.php";
$main_menu = "mainmenu.php";
} так попробуй