$content .= "<strong><big>·</big></strong> <a href=\"index.php\">"._HOME."</a><br>\n";
$result = sql_query("SELECT title, custom_title, view FROM ".$prefix."_modules WHERE active='1' AND title!='$def_module' AND inmenu='1' ORDER BY custom_title ASC", $dbi);
while(list($m_title, $custom_title, $view) = sql_fetch_row($result, $dbi)) {
New Code:
$content .= "<strong><big>·</big></strong> <a href=\"index.php\">"._HOME."</a><br>\n"; $content .= "<strong><big>&</big></strong>&<a href=\"LINK\">LINK NAME</a><br>\n"; ***** Is this where it goes? Because this is where i put the code and nothing is showing up.*****
$result = sql_query("SELECT title, custom_title, view FROM ".$prefix."_modules WHERE active='1' AND title!='$def_module' AND inmenu='1' ORDER BY custom_title ASC", $dbi);
while(list($m_title, $custom_title, $view) = sql_fetch_row($result, $dbi)) {
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum