default_layout_mobile.php 774 Bytes
<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>YO'HOOD | 全球潮流新品嘉年华</title>
    <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" />
    <link rel="stylesheet" href="<?php echo SITE_RES;?>/css/mobile.css"/>
</head>
<body>
    <div class="mobile-wrap">
   		 <?php $this->_block('main');$this->_endblock();?>
    </div>
<?php $this->_block('js');?>

<?php $this->_endblock();?>     
</body>
</html>