Люди... как сделать так чтобы в VOC++ был топик ?
во, точно, а то топик исчезает при загрузке сообщений
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Люди... как сделать так чтобы в VOC++ был топик ?
<?php
require_once("inc_common.php");
include($engine_path."users_get_list.php");
if (!$exists) {
$error_text = "$w_no_user";
include($file_path."designes/".$design."/error_page.php");
exit;
}
if ($is_regist) {
include("inc_user_class.php");
include($ld_engine_path."users_get_object.php");
#fake for navi bar.
if ($current_user->user_class>0) $current_user->user_class = "admin";
else $current_user->user_class = "user";
}
include($file_path."designes/".$design."/topic.php");
?>
<body bgcolor="#abd256" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td>
<MARQUEE scrollAmount=3 scrollDelay=50 align="bottom"><DIV style="FONT-SIZE: 16px; FONT-WEIGHT: bold"><font color="red">Внимание:<font color="blue"><?php echo $rooms[$room_id]["topic"];?></font></DIV></MARQUEE>
</td></tr></table>
</body>
А в кокой папке должны быть расположены вопросы на Викторину ?