|
|
|
@ -1394,18 +1394,13 @@ function api_display_tool_view_option() |
|
|
|
|
// Exceptions apply for all multi-frames pages |
|
|
|
|
if (strpos($_SERVER['REQUEST_URI'],'chat/chat_banner.php')!==false) |
|
|
|
|
{ //the chat is a multiframe bit that doesn't work too well with the student_view, so do not show the link |
|
|
|
|
$sourceurl = ''; |
|
|
|
|
return ''; |
|
|
|
|
} |
|
|
|
|
if(strpos($_SERVER['REQUEST_URI'],'document/headerpage.php')!==false) |
|
|
|
|
{ |
|
|
|
|
//$sourceurl = str_replace('document/headerpage.php','document/showinframes.php',$_SERVER['REQUEST_URI']); |
|
|
|
|
//showinframes doesn't handle student view anyway... |
|
|
|
|
$sourceurl = ''; |
|
|
|
|
} |
|
|
|
|
//exit if sourceurl is empty |
|
|
|
|
if(empty($sourceurl)) |
|
|
|
|
{ |
|
|
|
|
return $sourceurl; |
|
|
|
|
return ''; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// check if the $_SERVER['REQUEST_URI'] contains already url parameters (thus a questionmark) |
|
|
|
|