Minor - Format code - refs BT#12514

pull/2487/head
Angel Fernando Quiroz Campos 9 years ago
parent d923568cf4
commit a2370cceb7
  1. 3
      main/forum/forumqualify.php

@ -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'])

Loading…
Cancel
Save