cellheading2; echo "\n"; echo "\n"; echo ""; echo "\n"; echo "
"; if ($entry->attachment) { $entry->course = $course->id; echo "
"; echo glossary_print_attachments($entry, "html"); echo "
"; } echo "$entry->concept
"; if ($entry) { echo "  ".get_string("lastedited").": ".userdate($entry->timemodified).""; } echo "
cellcontent\">"; if ($entry) { glossary_print_entry_definition($entry); glossary_print_entry_icons($course, $cm, $glossary, $entry, $currentview, $cat); } else { echo "
"; print_string("noentry", "glossary"); echo "
"; } echo "
\n"; } ?>