xae попробуйте тогда проделать следующее:
откройте modules/Downloads/index.php
найдите (2 раза):
PHP код:
$title = filter($title, "nohtml");
$description = filter($description);
и замените на:
PHP код:
$title = filter($title, "nohtml");
Что бы правильно работала переменная $ThemeSel в новых версиях php-nuke теме,
надо после строки global в функциях
themeheader(), themefooter(), themeindex(), themearticle(), themesidebox(), thememessagebox() в файле theme.php , добавить строку: