Guys.. I cant open any forum of my site Share4m Board
here is a part of its showforum.php
pls anyone help me to correct it... Pls anyone correct it for me...
here is a part of its showforum.php
pls anyone help me to correct it... Pls anyone correct it for me...
Code:
print "<b>Pages: "; foreach($pages as $key => $val) { if($val == $p) { print $key." "; } else{ print "<a href=\"".$config->url."f/".$forumid."/p/".$val."/".converturl($forum->name).".html\">".$key."</a> "; } } print "</b>";
Comment