Exemplo n.º 1
0
?>
<html lang="en"> 
<head>
    <meta charset="utf-8">
    <meta name="rewards_info" content="Info on how to acheive dial rewards.">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="../css/normalize.css" rel="stylesheet" media="all">
    <link href="../css/styles.css" rel="stylesheet" media="all">
</head>
<body>
    <header id="header" role="banner">
    </header>
    <div id="content" class="wrap">
        <main role="main">
            <section>
                <article id="main_article">
                <?php 
$mform->display();
?>
                </article>
            </section>
        </main>
    </div>
    <footer role="contentinfo">
        <?php 
echo $OUTPUT->footer();
?>
    </footer>
</body>
</html>