Exemple #1
0
    ?>
                <div class="hero-unit">
                    <h1>Hello, world!</h1>

                    <p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting
                        pieces of content. Use it as a starting point to create something more unique.
                    </p>
                    <p><a class="btn btn-primary btn-large">Learn more &raquo;</a></p>
                </div>
            <?php 
}
?>

            <div class="content">
                <?php 
echo joosDocument::body();
?>
            </div>

            <hr>

            <footer>
                <p>&copy; Company 2012</p>
            </footer>

        </div>

        <div id="modal-output"></div>

    <?php 
joosDocument::instance()->add_js_file(JPATH_SITE . '/media/js/jquery.js', array('first' => true));