1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Added Forum breadcrumbs to {---BREADCRUMB---}

This commit is contained in:
Cameron
2019-06-15 10:20:32 -07:00
parent 2fd5238172
commit 1e6bf9df94
3 changed files with 6 additions and 0 deletions

View File

@@ -462,6 +462,7 @@ class forumStats
);
$text = $frm->breadcrumb($breadarray);
e107::breadcrumb($breadarray); // assign to {---BREADCRUMB---}
$text = "<div id='forum-stats'>". $text . e107::getForm()->tabs($tabs)."</div>";