<?php
// Copyright 1999-2014. Parallels IP Holdings GmbH. All Rights Reserved.
?>
<?php echo $this->doctype(); ?>
<!--[if lt IE 7]><html class="ie ie6 lte9 lte8 lte7" lang="en"><![endif]-->
<!--[if IE 7]><html class="ie ie7 lte9 lte8 lte7" lang="en"><![endif]-->
<!--[if IE 8]><html class="ie ie8 lte9 lte8" lang="en"><![endif]-->
<!--[if IE 9]><html class="ie ie9 lte9" lang="en"><![endif]-->
<!--[if gt IE 9]><!--><html class="" lang="en"><!--<![endif]-->
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <?php echo $this->headTitle() ?>
        <link rel="shortcut icon" href="<?php echo $this->cacheStamp('/favicon.ico'); ?>">

        <?php echo $this->headStyle() ?>
        <?php echo $this->headLink() ?>

        <?php $this->headScript()->prependFile('/smb' . $this->cacheStamp('/scripts/smb.js')); ?>
        <?php $this->headScript()->prependFile($this->cacheStamp('/javascript/common.js')); ?>
        <?php $this->headScript()->prependFile($this->cacheStamp('/javascript/jsw.js')); ?>
        <?php $this->headScript()->prependFile($this->cacheStamp('/javascript/prototype.js')); ?>

        <?php echo $this->headScript(); ?>

    </head>
    <?php echo $this->partial('partials/context_header.phtml'); ?>
    <?php echo $this->layout()->content; ?>
    <?php echo $this->partial('partials/context_footer.phtml'); ?>
</html>
