addGlobal('course_url', $link); $tpl->addGlobal('course_title', Display::url($title, $link)); $tpl->addGlobal('course_id', $course_info['code']); $tpl->addGlobal('just_created', isset($_GET['first']) && $_GET['first'] ? 1 : 0); echo $tpl->render('ChamiloCoreBundle:default/create_course:add_course.html.twig');