'; if (empty ($exist)) { echo "لا يوجد مواضيع فى هذا التصنيف الأن ."; } while ($topics = @mysql_fetch_array ($result_topics)) { $sql_cat = "select * from cat where c_id = $topics[cat_id]"; $result_cat = @mysql_query ($sql_cat); $cat_name = @mysql_fetch_array ($result_cat); ### topic data ### $title = finalstr($topics[t_title]); $desc = finalstr ($topics[t_desc]); echo "
"; ### ONLY FOR ADMINS AND MOD ### # // REMOVE IT IF YOU WANT // # if ( isset ($_SESSION[admin]) || isset ($_SESSION[mod]) || isset ($_COOKIE[admin]) || isset ($_COOKIE[mod]) ) { // EDIT OR REMOVE TOPICS FROM HOME DIRECTLY BY ADMIN OR MOD . echo " "; } echo "

$title


"; # the (view.php) link of the topic echo seo_goto($topics[t_id],$title,$settings_topics_target,$settings_seourl,$settings_seourl_format); echo"\"$title\"

زيارات : [ ";echo spnum("$topics[t_counter]"); echo" ]
"; # the (showtopic.php) link of the topic echo seo_showtopic($topics[t_id],$title,$settings_topics_target,$settings_seourl,$settings_seourl_format); echo" [نشر الموضوع]
قسم : [ "; # the (showtopic.php) link of the topic echo seo_showcat($cat_name[c_id],$cat_name[c_name],$settings_sections_target,$settings_seourl,$settings_seourl_format); echo"$cat_name[c_name] ]
بتاريخ : [ $topics[t_date] ]

[ تعديل - حذف ]

"; echo""; if ($NH_count==$settings_inrowtopics) { echo ""; $NH_count = 0 ; } $NH_count ++ ; } echo " "; ?>