Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: functions_forumlist.php 4092 2008-08-10 03:03:04Z Tikitiki $
| * $Id: functions_forumlist.php 4131 2008-08-19 15:31:39Z Tikitiki $
|
*/
/**
| */
/**
|
Zeile 165 | Zeile 165 |
---|
++$donecount; if($donecount == $mybb->settings['subforumsindex']) {
|
++$donecount; if($donecount == $mybb->settings['subforumsindex']) {
|
if(count($parent) > $donecount)
| if(subforums_count($fcache[$pid]) > $donecount)
|
{
|
{
|
$forum_list .= $comma.$lang->sprintf($lang->more_subforums, (count($parent) - $donecount));
| $forum_list .= $comma.$lang->sprintf($lang->more_subforums, (subforums_count($fcache[$pid]) - $donecount));
|
} } continue;
| } } continue;
|