|
|
|
@ -283,7 +283,8 @@ function show_tools_category($course_tool_category) |
|
|
|
|
echo "\t" . '   <a ' . $class . ' href="' . htmlspecialchars($toolsRow['link']) . '" target="' . $toolsRow['target'] . '"> '; |
|
|
|
|
} |
|
|
|
|
echo '<img src="' . $web_code_path . 'img/' . $toolsRow['image'] . '" align="absmiddle" border="0" alt="' . $toolsRow['image'] . '" /> '; |
|
|
|
|
echo ($toolsRow['image'] == 'links.gif' || $toolsRow['image'] == 'links_na.gif' || $toolsRow['image'] == 'scormbuilder.gif' || $toolsRow['image'] == 'scormbuilder_na.gif' || $toolsRow['image'] == 'blog.gif' || $toolsRow['image'] == 'blog_na.gif') ? ' '.stripslashes($toolsRow['name']) : ' '.get_lang($toolsRow['name']); |
|
|
|
|
|
|
|
|
|
echo ($toolsRow['image'] == 'scormbuilder.gif' || $toolsRow['image'] == 'scormbuilder_na.gif' || $toolsRow['image'] == 'blog.gif' || $toolsRow['image'] == 'blog_na.gif') ? ' '.stripslashes($toolsRow['name']) : ' '.get_lang($toolsRow['name']); |
|
|
|
|
echo "\t" . '</a>'; |
|
|
|
|
echo '</td>'; |
|
|
|
|
if($i%2) |
|
|
|
|