Example #1
0
                </div>
            </section>
            <section class="top_bar">
                <?php 
echo $login->getContentButtons();
?>
                <section class="login">
                    <form method='post' action='php/login_handler.php'>
                        <?php 
echo $login->getLoginForm();
?>
                    </form>
                </section>
            </section>
        </header>
        <section class="content">
            <p>
            <?php 
echo $view->displaySearchResults(filter_input(INPUT_GET, 'query'));
?>
            </p>
            <p>
                <a href="index.php">Back to Front</a>
            </p>
        </section>
        <footer>
            tbmd.com &copy; Tim Sayler &amp; Bryan Bergen - 2015
        </footer>
    </body>
</html>