Показать сообщение отдельно
inferno3 вне форума      Старый помогите решить две проблемки #1  
Аватара для inferno3
inferno3
Новенький
Регистрация: 20.10.2007
Сообщения: 5


Пожаловаться на это сообщениеОтветить с цитированием

Посмотреть профиль Отправить персональное сообщение для inferno3 Найти все сообщения от inferno3 Добавить inferno3 в список друзей  
20.10.2007, 23:04

1) При входе в админку не отображаются блоки и шапка, вобщем область администрирования растянута на весь броузер.
2) При переходе по ссылке комментировать в блоке новостей( ВОТ СДЕСЬ)
появляется второй столбец правых блоков.
Вот код function themefooter() из theme.php:

function themefooter() {
global $module_name;
if(($module_name == "Forums") OR ($module_name == "Content") OR ($module_name == "admin.php") {
echo "</td></tr></table>";
} else {
echo "</td><td width=20%>";
blocks(right);
echo "</td></tr></table>";
}
global $index, $foot1, $foot2, $foot3, $copyright, $totaltime, $ThemeSel;
if ($index == 1) {
$tmpl_file = "themes/$ThemeSel/center_right.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
blocks(right);
}
$footer_message = "$foot1$foot2$foot3$copyright<br>$totaltime";
$tmpl_file = "themes/$ThemeSel/footer.html";
$thefile = implode("", file($tmpl_file));
$thefile = addslashes($thefile);
$thefile = "\$r_file=\"".$thefile."\";";
eval($thefile);
print $r_file;
}
Тут вроде всё ОК...
Может правые блоки прописаны непосредственно в файле вывода центрального приложения снизу http://www.starrus.jino.ru/modules.php?name=News&file=article&sid=3