Diskuze

if(file_exists(path_to_theme()."/diskuze-layout.php")){
include_once(path_to_theme()."/diskuze-layout.php");

echo my_forum_infotext();
echo my_forum_view(133);
echo my_forum_view(30);
}
?>