. /** * Login Layout * @package theme_qualisaude * @copyright 2015 onwards LMSACE Dev Team (http://www.lmsace.com) * @author LMSACE Dev Team * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $bodyattributes = $OUTPUT->body_attributes(); require_once(dirname(__FILE__) .'/includes/header.php'); $templatecontext = [ 'sitename' => format_string($SITE->shortname, true, ['context' => context_course::instance(SITEID), "escape" => false]), 'output' => $OUTPUT, 'bodyattributes' => $bodyattributes ]; echo $OUTPUT->render_from_template('theme_qualisaude/login', $templatecontext); echo ($flatnavbar) ? $flatnavbar : ""; require_once(dirname(__FILE__) .'/includes/footer.php');