echo Context::getBodyClass();
?>
>
<?php 
if ($__Context->logged_info->is_admin == 'Y' && !$__Context->isAdminKind && Context::get('current_module_info')->module_type == 'view' && Context::get('admin_bar') != 'false') {
    $__tpl = TemplateHandler::getInstance();
    echo $__tpl->compile('modules/admin/tpl', 'admin_bar.html');
}
echo Context::getBodyHeader();
echo $__Context->content;
echo Context::getHtmlFooter();
?>
<!-- ETC -->
<div class="wfsr"></div>
<?php 
$__Context->js_body_files = Context::getJsFile('body');
if ($__Context->js_body_files && count($__Context->js_body_files)) {
    foreach ($__Context->js_body_files as $__Context->key => $__Context->js_file) {
        if ($__Context->js_file['targetie']) {
            ?>
<!--[if <?php 
            echo $__Context->js_file['targetie'];
            ?>
]><?php 
        }
        ?>
<script src="<?php 
        echo $__Context->js_file['file'];
        ?>
"></script><?php 
        if ($__Context->js_file['targetie']) {