Remove old div wrapper

This commit is contained in:
moodler
2005-03-17 20:58:04 +00:00
parent e77a87e1c9
commit 380c2091e1
-4
View File
@@ -221,8 +221,6 @@
"", "", true, update_module_button($cm->id, $course->id, $strglossary),
navmenu($course, $cm));
echo '<div id="glossary-view" class="glossary">'; // glossary-view wrapper start
//If rss are activated at site and glossary level and this glossary has rss defined, show link
if (isset($CFG->enablerssfeeds) && isset($CFG->glossary_enablerssfeeds) &&
$CFG->enablerssfeeds && $CFG->glossary_enablerssfeeds && $glossary->rsstype && $glossary->rssarticles) {
@@ -405,8 +403,6 @@
/// Finish the page
echo '</div>'; // glossary-view wrapper end
print_footer($course);
?>