


if ($row0["title"] == 'Video_Stream' )
{


$resultVideo_Stream = $db->sql_query("SELECT id, name FROM ".$prefix."_video_stream_categories WHERE parent='0'");// ORDER BY name
while ($rowVideo_Stream = $db->sql_fetchrow($resultVideo_Stream)) {
$id = $rowVideo_Stream['id'];
$name = stripslashes(check_html($rowVideo_Stream['name'], "nohtml"));
echo "<br /><img src='modules/".$module_name."/images/line1.gif' width='19' height='16' alt='' /><img src='modules/".$module_name."/images/video.gif' width='15' height='15' alt='' /> <a href=\"modules.php?name=Video_Stream&categoryby=".$id."\">".$name."</a>";


$resultVideo_Stream1 = $db->sql_query("SELECT id, name, parent FROM ".$prefix."_video_stream_categories WHERE parent='".$id."'");// ORDER BY name
while ($rowVideo_Stream1 = $db->sql_fetchrow($resultVideo_Stream1)) {
$vid = $rowVideo_Stream1['id'];
$vtitle = stripslashes(check_html($rowVideo_Stream1['name'], "nohtml"));
echo "<br /><img src='modules/".$module_name."/images/nic.gif' width='70' height='1' alt='' /><img src='modules/".$module_name."/images/line_minus.gif' width='19' height='16' alt='' /> <a href=\"modules.php?name=Video_Stream&categoryby=".$vid."\">".$vtitle."</a>";
}
$db->sql_freeresult($resultVideo_Stream1);
}
$db->sql_freeresult($resultVideo_Stream);
}




Obsah fóra BLASSENweb » Site Map
|
|