$nosql = 1;
include "config.php";
include "lib/init.inc";
require("../include.php");
kopf(5);
$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)){
verbinden();
$q = pg_query("select count(id) from articles where forum='$x'");
$r=pg_fetch_assoc($q);
if ($r["count"] == 1) {$pl="";} else {$pl="en";}
$bgcolor=($count%2==0||$count==0?$design['evencolor']:$design['oddcolor']);
echo "".
"".
stripslashes($forum_array[$x]['name'])." (".$r["count"]." Nachricht$pl)";
echo " | ";
echo stripslashes($forum_array[$x]['desc'])." |
| ";
$count++;
}
}
?>
|
include "inc/langs.inc" ?>
|
include "themes/".$theme."/footer.inc";
echo $design['footer'];
fuss();
?>