timemarked < $entry->modified) { $colour = $THEME->cellheading2; // } else { // $colour = $THEME->cellheading; // } echo "
"; 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) { echo format_text($entry->definition, $entry->format); glossary_print_entry_icons($course, $cm, $glossary, $entry); } else { echo "
"; print_string("noentry", "glossary"); echo "
"; } echo "
\n"; echo "
"; } ?>