|
|
|
@ -108,7 +108,7 @@ if (!empty($_SESSION['toolgroup'])) { |
|
|
|
|
$interbreadcrumb[]=array("url" => "index.php?gradebook=$gradebook","name" => $nameTools); |
|
|
|
|
$interbreadcrumb[]=array("url" => "viewforumcategory.php?forumcategory=".$current_forum_category['cat_id'],"name" => prepare4display($current_forum_category['cat_title'])); |
|
|
|
|
$interbreadcrumb[]=array("url" => "viewforum.php?origin=".$origin."&forum=".Security::remove_XSS($_GET['forum']),"name" => prepare4display($current_forum['forum_title'])); |
|
|
|
|
$interbreadcrumb[]=array("url" => "viewthread.php?gradebook=$gradebook&origin=".$origin."&forum=".Security::remove_XSS($_GET['forum'])."&thread=".$_GET['thread'],"name" => prepare4display($current_thread['thread_title'])); |
|
|
|
|
$interbreadcrumb[]=array("url" => "viewthread.php?gradebook=$gradebook&origin=".$origin."&forum=".Security::remove_XSS($_GET['forum'])."&thread=".Security::remove_XSS($_GET['thread']),"name" => prepare4display($current_thread['thread_title'])); |
|
|
|
|
$interbreadcrumb[]=array("url" => "javascript: void (0);","name" => get_lang('EditPost')); |
|
|
|
|
} |
|
|
|
|
/* |
|
|
|
@ -189,8 +189,8 @@ if ($origin!='learnpath') { |
|
|
|
|
echo "<table class=\"data_table\" width='100%'>\n"; |
|
|
|
|
// the forum category |
|
|
|
|
echo "\t<tr>\n\t\t<th align=\"left\" colspan=\"2\">"; |
|
|
|
|
echo '<a href="viewforum.php?&origin='.$origin.'&forum='.$current_forum['forum_id'].'" '.class_visible_invisible($current_forum['visibility']).'>'.prepare4display(Security::remove_XSS($current_forum['forum_title'])).'</a><br />'; |
|
|
|
|
echo '<span class="forum_description">'.prepare4display(Security::remove_XSS($current_forum['forum_comment'],STUDENT)).'</span>';echo "</th>\n"; |
|
|
|
|
echo '<a href="viewforum.php?&origin='.$origin.'&forum='.$current_forum['forum_id'].'" '.class_visible_invisible($current_forum['visibility']).'>'.prepare4display($current_forum['forum_title']).'</a><br />'; |
|
|
|
|
echo '<span class="forum_description">'.prepare4display($current_forum['forum_comment']).'</span>';echo "</th>\n"; |
|
|
|
|
echo "</th>\n"; |
|
|
|
|
echo "\t</tr>\n"; |
|
|
|
|
echo '</table>'; |
|
|
|
|