<?php
#############################################################################################
# #
# NodbForum #
# #
# NodbForum is based on EasyForum developed by Host-Tings. #
# This program is distributed under the GPL license. Please read this for #
# obtain more information. #
# #
# NodbForum is created, maintained and Copyright Guillermo Espert Carrasquer (el-eles) #
# #
#############################################################################################
include "global.php";
include "incl/wml.inc";
?>
<head>
<meta http-equiv="Cache-Control" content="must-revalidate" forua="true" />
<meta http-equiv="Cache-Control" content="no-cache" forua="true" />
<meta http-equiv="Cache-control" content="max-age=2" forua="true" />
</head>
<card id="forums" title="Forums">
<?php
if(count($forum_name) < 2 || count($forum_data) < 2 || count($forum_desc) < 2)
{
echo "<onevent type=\"onenterforward\"><go href=\"wnd.php?f=$f&u=$random\" /></onevent><p><a href=\"wnd.php?f=$f&u=$random\">Forward...</a></p>";
}
else
{
for($i = 0; $i < count($forum_data); $i++)
{
$display_name = abc_only($forum_name[$i],0);
if(strlen($display_name) < 3)
{
$display_name = 'Forum #'.($i+1);
}
echo "<p><b><a href=\"wnd.php?f=$i&u=$random\">$display_name</a></b></p>";
}
}?>
</card></wml>