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