'; $template = new Template($imsLtiPlugin->get_title()); $template->assign( 'launch_url', api_get_path(WEB_PLUGIN_PATH).'ims_lti/form.php?'.http_build_query(['id' => $tool->getId()]) ); $content = $template->fetch('ims_lti/view/start.tpl'); $template->assign('header', $tool->getName()); $template->assign('content', $content); $template->display_one_col_template();