$nosql = 1;
include "config.php";
include "lib/init.inc";
$head = str_replace("__TITLE__", $lang['title'], $design['head']);
echo $head;
include "themes/".$theme."/header.inc";
?>
cellspacing=0
cellpadding= echo $design['borderwidth']?>>
>
$count = 0;
if(!empty($forum_array)){
while(list($x, ) = each($forum_array)){
$bgcolor=($count%2==0||$count==0?$design['evencolor']:$design['oddcolor']);
echo "".
"".
stripslashes($forum_array[$x]['name'])."
| ";
align(10,1);
echo " | ";
echo stripslashes($forum_array[$x]['desc'])." |
| ";
$count++;
}
}
?>
|
include "inc/langs.inc" ?>
|
include "themes/".$theme."/footer.inc";
echo $design['footer'];
?>