Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: functions_forumlist.php 5380 2011-02-21 12:04:43Z Tomm $
| * $Id: functions_forumlist.php 5623 2011-10-01 02:46:09Z ralgith $
|
*/
/**
| */
/**
|
Zeile 48 | Zeile 48 |
---|
continue; }
|
continue; }
|
$plugins->run_hooks_by_ref("build_forumbits_forum", $forum);
| $forum = $plugins->run_hooks("build_forumbits_forum", $forum);
|
// Build the link to this forum $forum_url = get_forum_link($forum['fid']);
| // Build the link to this forum $forum_url = get_forum_link($forum['fid']);
|