Binders: footer

TODO

 

/**
 * Include required files and attributes in the page footer.
 *
 * @param $params {array} 
 *          $params['use_bootstrap']
 *          $params['use_jquery'] included by default
 *          $params['use_jqueryui'] not included by default
 *          $params['use_jquerymobile'] not included by default
 *          $params['use_fontawesome']
 *          $params['use_wp_footer'] included by default
 *          $params['use_compiled_script']
 *          $params['assign_to']
 *
 */

 

Example:

<!DOCTYPE html>
<html lang="en">
    <head>
        {{header}}{{/header}}
    </head>
    <body>
        <!-- .appc-page -->
        <div class="appc-page">
            {{blocks}}
        </div><!-- /.appc-page -->

        {{footer}}{{/footer}}
    </body>
</html>

 

Leave a Reply

Your email address will not be published. Required fields are marked *