'; echo ''; echo ''; echo '
'; glossary_print_entry_concept($entry); echo '
'; echo '('.get_string('lastedited').': '. userdate($entry->timemodified).')'; echo ''; echo ''; glossary_print_entry_approval($cm, $entry, $mode); echo ''; echo ''; echo ''; echo ''; glossary_print_entry_definition($entry, $glossary, $cm); glossary_print_entry_attachment($entry, $cm, 'html'); echo ''; echo ''; glossary_print_entry_lower_section($course, $cm, $glossary, $entry, $mode, $hook, $printicons, $aliases); echo ' '; echo ''; echo "\n"; } else { echo '
'; print_string('noentry', 'glossary'); echo '
'; } } function glossary_print_entry_fullwithoutauthor($course, $cm, $glossary, $entry, $mode="", $hook="", $printicons=1) { //The print view for this format is exactly the normal view, so we use it //Take out autolinking in definitions un print view $entry->definition = ''.$entry->definition.''; //Call to view function (without icons, ratings and aliases) and return its result return glossary_show_entry_fullwithoutauthor($course, $cm, $glossary, $entry, $mode, $hook, false, false, false); }