m.phtml 836 Bytes
<!DOCTYPE html>
<html>
<head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <?php echo $this->_headTitle;?>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0 user-scalable=no" />
    <meta content="yes" name="apple-mobile-web-app-capable" />
    <meta content="yes" name="apple-touch-fullscreen" />
    <meta content="telephone=no" name="format-detection" />
    <meta content="black" name="apple-mobile-web-app-status-bar-style" />
    <meta name="author" content="yhfair.com" />
    <?php
    echo $this->_headmeta;
    echo $this->_headLink;
    ?>
</head>
<body>
<div class="container">
    <?php echo $content;?>
</div>
</body>
<?php echo $this->_headScript; ?>
</html>