[svn r13964] Set default tool name to empty string for forum (the last element of breadcrumb navigation is already set in the breadcrumb)

skala
Yannick Warnier 18 years ago
parent 4ee03d5481
commit a36ef8a00d
  1. 3
      main/forum/reply.php

@ -160,7 +160,8 @@ if($origin=='learnpath')
}
else
{
Display :: display_header();
// the last element of the breadcrumb navigation is already set in interbreadcrumb, so give empty string
Display :: display_header('');
api_display_tool_title($nameTools);
}
//echo '<link href="forumstyles.css" rel="stylesheet" type="text/css" />';

Loading…
Cancel
Save