remove export links from sidemenu
authorGreg Gay <info@atutor.ca>
Fri, 18 Jun 2010 12:39:52 +0000 (12:39 -0000)
committerGreg Gay <info@atutor.ca>
Fri, 18 Jun 2010 12:39:52 +0000 (12:39 -0000)
docs/include/sidemenus/my_courses.inc.php

index 52e9f34..14ab5d2 100644 (file)
@@ -54,13 +54,13 @@ if (!is_array($my_courses)) {
                        $output .= '      <img src="'. TR_BASE_HREF.'themes/'. $_SESSION['prefs']['PREF_THEME'].'/images/add.gif" alt="'. htmlspecialchars(_AT('add_into_list')).'" title="'. htmlspecialchars(_AT('add_into_list')).'" border="0" />'."\n";
                        $output .= '    </a>'."\n";
                }
-               $output .= '    <a href="'. TR_BASE_HREF.'home/ims/ims_export.php?course_id='. $row['course_id'].'">'."\n";
-               $output .= '      <img src="'. TR_BASE_HREF.'themes/'. $_SESSION['prefs']['PREF_THEME'].'/images/export.png" alt="'. _AT('download_content_package').'" title="'. _AT('download_content_package').'" border="0" />'."\n";
-               $output .= '    </a>'."\n";
+               //$output .= '    <a href="'. TR_BASE_HREF.'home/ims/ims_export.php?course_id='. $row['course_id'].'">'."\n";
+               //$output .= '      <img src="'. TR_BASE_HREF.'themes/'. $_SESSION['prefs']['PREF_THEME'].'/images/export.png" alt="'. _AT('download_content_package').'" title="'. _AT('download_content_package').'" border="0" />'."\n";
+               //$output .= '    </a>'."\n";
                if ($row['role'] == TR_USERROLE_AUTHOR) {
-                       $output .= '    <a href="'. TR_BASE_HREF.'home/imscc/ims_export.php?course_id='. $row['course_id'].'">'."\n";
-                       $output .= '      <img src="'. TR_BASE_HREF.'themes/'. $_SESSION['prefs']['PREF_THEME'].'/images/export_cc.png" alt="'. _AT('download_common_cartridge').'" title="'. _AT('download_common_cartridge').'" border="0" />'."\n";
-                       $output .= '    </a>'."\n";
+                       //$output .= '    <a href="'. TR_BASE_HREF.'home/imscc/ims_export.php?course_id='. $row['course_id'].'">'."\n";
+                       //$output .= '      <img src="'. TR_BASE_HREF.'themes/'. $_SESSION['prefs']['PREF_THEME'].'/images/export_cc.png" alt="'. _AT('download_common_cartridge').'" title="'. _AT('download_common_cartridge').'" border="0" />'."\n";
+                       //$output .= '    </a>'."\n";
                }
                $output .= '  </li>'."\n";                              
        } // end of foreach;