BeHnAm_akb
Active Member
چه طور ميشه در منوي اصلي نوك براي هر لينك يه عكس گذاشت؟
/* Now we make the Modules block with the correspondent links */
$content .= "<strong><IMG SRC=\"images/aks.gif\">&nbsp;</strong>&nbsp;<a href=\"index.php\">"._HOME."</a><br>\n";
$sql = "SELECT title, custom_title, view FROM ".$prefix."_modules WHERE active='1' AND title!='$def_module' AND inmenu='1' ORDER BY custom_title ASC";
$result = $db->sql_query($sql);
while ($row = $db->sql_fetchrow($result)) {
$m_title = $row[title];
$custom_title = $row[custom_title];
$view = $row[view];
$m_title2 = ereg_replace("_", " ", $m_title);
if ($custom_title != "") {
$m_title2 = $custom_title;
}
if ($m_title != $main_module) {
if ((is_admin($admin) AND $view == 2) OR $view != 2) {
$content .= "<strong><IMG SRC=\"images/aks.gif\">&nbsp;</strong>&nbsp;<a href=\"modules.php?name=$m_title\">$m_title2</a><br>\n";
}
}
}
$content .= "<strong><IMG SRC=\"images/aks.gif\">&nbsp;</strong>&nbsp;<a href=\"modules.php?name=$m_title\">$m_title2</a>