@@ -606,6 +606,10 @@ |
||
606 | 606 | |
607 | 607 | |
608 | 608 | /// recursively go through the nested forums to create the breadcrumb |
609 | +/** |
|
610 | + * @param integer $forum_guid |
|
611 | + * @param integer $recurse_forum_guid |
|
612 | + */ |
|
609 | 613 | function assemble_nested_forums($breadcrumb, $forum_guid, $recurse_forum_guid) { |
610 | 614 | $lang = get_current_language(); |
611 | 615 | $entity = get_entity($recurse_forum_guid); |