Browse Source

[svn r12212] Added cidReq to all homepage tools links

Yannick Warnier 18 years ago
parent
commit
6f83371758
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main/course_home/activity.php

+ 1 - 0
main/course_home/activity.php

@@ -276,6 +276,7 @@ function show_tools_category($course_tool_category)
 				$class='';
 
 			$qm_or_amp = ((strpos($toolsRow['link'], '?') === FALSE) ? '?' : '&');
+			$toolsRow['link'] = $toolsRow['link'].$qm_or_amp.api_get_cidreq();
 				if(strpos($toolsRow['name'],'visio_')!==false){
 					echo "\t" . ' &nbsp <a ' . $class . ' href="#" onclick="window.open(\'' . htmlspecialchars($toolsRow['link']) . '\',\'window_visio\',config=\'height=\'+(screen.height)+\', width=\'+(screen.width-20)+\', toolbar=no, menubar=no, scrollbars=yes, resizable=yes, location=no, directories=no, status=no\')" target="' . $toolsRow['target'] . '">&nbsp;&nbsp;';
 				}