|
|
@ -108,7 +108,8 @@ if ($origin == 'learnpath') { |
|
|
|
$info_thread = get_thread_information($currentForum['forum_id'], $_GET['thread']); |
|
|
|
$info_thread = get_thread_information($currentForum['forum_id'], $_GET['thread']); |
|
|
|
$interbreadcrumb[] = array( |
|
|
|
$interbreadcrumb[] = array( |
|
|
|
"url" => "index.php?".api_get_cidreq()."&search=".$search, |
|
|
|
"url" => "index.php?".api_get_cidreq()."&search=".$search, |
|
|
|
"name" => $nameTools); |
|
|
|
"name" => $nameTools |
|
|
|
|
|
|
|
); |
|
|
|
$interbreadcrumb[] = array( |
|
|
|
$interbreadcrumb[] = array( |
|
|
|
"url" => "viewforumcategory.php?".api_get_cidreq()."&forumcategory=".$currentForumCategory['cat_id']."&search=".$search, |
|
|
|
"url" => "viewforumcategory.php?".api_get_cidreq()."&forumcategory=".$currentForumCategory['cat_id']."&search=".$search, |
|
|
|
"name" => prepare4display($currentForumCategory['cat_title']) |
|
|
|
"name" => prepare4display($currentForumCategory['cat_title']) |
|
|
|