<?php
// Copyright 1999-2014. Parallels IP Holdings GmbH. All Rights Reserved.
?>

                    </div> <!-- /content -->
                </div> <!-- /content-wrapper -->
            </div> <!-- /wrapper -->
        </div> <!-- page -->
        <div id="footer-wrapper"<?php echo ($this->isSimpleLayout) ? ' class="login-footer"' : '' ?>>
            <div id="footer">
                <?php if ($this->layout()->showProductCopyrights):?>
                    <?php if ($this->isSimpleLayout):?>
                        <a href="http://www.odin.com" onclick="window.open(this.href); return false;"><?php echo lmsg('copyright', ' ') ?></a>
                    <?php else:?>
                        <a href="http://www.odin.com" onclick="window.open(this.href); return false;"><?php echo lmsg('copyright', ' ') ?></a>
                    <?php endif;?>
                <?php endif;?>
                <?php if ($this->layout()->showFacebookLikeLink): ?>
                    <?php echo $this->partial('partials/facebookLikeLink.phtml'); ?>
                <?php endif;?>
                <?php if ($this->layout()->showRating): ?>
                <?php echo $this->partial('partials/rating.phtml', array(
                    'localeSection' => 'components.rating',
                    'showRatingOnLoad' => $this->layout()->showRatingOnLoad,
                    'configRating' => $this->layout()->configRating
                )); ?>
                <?php endif;?>
            </div>
        </div>
        <?php echo ($this->layout()->showLeftFrame && $this->layout()->isClassicMode && !$this->isSimpleLayout) ? $this->partial('partials/_left_panel_switch.phtml') : ''; ?>

        <?php echo $this->partial('partials/context_footer.phtml'); ?>
        <?php echo $this->layout()->extensionsAdditionalBody; ?>
        <div id="bottomAnchor"></div>
    </body>
</html>
