assign('intro_title', get_lang('MyStudentPublicationsTitle')); $tpl->assign('intro_content', Display::return_message(get_lang('MyStudentPublicationsExplanation'))); $tpl->assign('table', showStudentAllWorkGrid(0)); $tpl->assign('table_with_results', showStudentAllWorkGrid(1)); $tpl->display($tpl->get_template('work/publications.tpl'));