[svn r12910] Fix a bug with the 2 columns display mode : http://projects.dokeos.com/?do=details&id=1852

skala
Julian Prud'homme 18 years ago
parent 8f726f79fa
commit 5a624b334d
  1. 3
      main/course_home/2column.php

@ -149,7 +149,8 @@ function show_tools($course_tool_category)
$class="class=\"invisible\""; $class="class=\"invisible\"";
} }
$qm_or_amp = ((strpos($toolsRow['link'],'?')===FALSE)?'?':'&'); $qm_or_amp = ((strpos($toolsRow['link'],'?')===FALSE)?'?':'&');
$toolsRow['link'] = $toolsRow['link'].$qm_or_amp.api_get_cidreq();
$toolsRow['link'] = $toolsRow['link'];
echo '<td width="50%" height="30">', "\n", echo '<td width="50%" height="30">', "\n",
'<a href="', htmlspecialchars($toolsRow['link']) '<a href="', htmlspecialchars($toolsRow['link'])

Loading…
Cancel
Save