12345678910111213141516171819202122232425 |
- <?php if(!defined('IN_DISCUZ')) exit('Access Denied'); ?>
- <!DOCTYPE html>
- <html xmlns="http://www.w3.org/1999/xhtml"><head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta http-equiv="Cache-control" content="<?php if($_G['setting']['mobile']['mobilecachetime'] > 0) { ?><?php echo $_G['setting']['mobile']['mobilecachetime'];?><?php } else { ?>no-cache<?php } ?>" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
- <meta name="format-detection" content="telephone=no" />
- <meta name="keywords" content="<?php if(!empty($metakeywords)) { echo dhtmlspecialchars($metakeywords); } ?>" />
- <meta name="description" content="<?php if(!empty($metadescription)) { echo dhtmlspecialchars($metadescription); ?> <?php } ?>,<?php echo $_G['setting']['bbname'];?>" />
- <title><?php if(!empty($navtitle)) { ?><?php echo $navtitle;?> - <?php } if(empty($nobbname)) { ?> <?php echo $_G['setting']['bbname'];?> - <?php } ?> 手机版 -</title>
- <base href="<?php echo $_G['siteurl'];?>" />
- <link rel="stylesheet" href="<?php echo $_G['siteurl'];?><?php echo STATICURL;?>image/mobile/style.css" type="text/css" media="all">
- <script src="<?php echo $_G['siteurl'];?><?php echo STATICURL;?>js/mobile/jquery-1.8.3.min.js?<?php echo VERHASH;?>" type="text/javascript"></script>
- <script type="text/javascript">var STYLEID = '<?php echo STYLEID;?>', STATICURL = '<?php echo $_G['siteurl'];?><?php echo STATICURL;?>', IMGDIR = '<?php echo $_G['siteurl'];?><?php echo IMGDIR;?>', VERHASH = '<?php echo VERHASH;?>', charset = '<?php echo CHARSET;?>', discuz_uid = '<?php echo $_G['uid'];?>', cookiepre = '<?php echo $_G['config']['cookie']['cookiepre'];?>', cookiedomain = '<?php echo $_G['config']['cookie']['cookiedomain'];?>', cookiepath = '<?php echo $_G['config']['cookie']['cookiepath'];?>', showusercard = '<?php echo $_G['setting']['showusercard'];?>', attackevasive = '<?php echo $_G['config']['security']['attackevasive'];?>', disallowfloat = '<?php echo $_G['setting']['disallowfloat'];?>', creditnotice = '<?php if($_G['setting']['creditnotice']) { ?><?php echo $_G['setting']['creditnames'];?><?php } ?>', defaultstyle = '<?php echo $_G['style']['defaultextstyle'];?>', REPORTURL = '<?php echo $_G['currenturl_encode'];?>', SITEURL = '<?php echo $_G['siteurl'];?>', JSPATH = '<?php echo $_G['setting']['jspath'];?>';</script>
- <script src="<?php echo $_G['siteurl'];?><?php echo STATICURL;?>js/mobile/common.js?<?php echo VERHASH;?>" type="text/javascript" charset="<?php echo CHARSET;?>"></script><?php require("./template/week_touch/touch/config.php");?><?php require("./template/week_touch/touch/language/$language");?><link rel="stylesheet" href="<?php echo $_G['style']['styleimgdir'];?>/wk_style.css" media="all" type="text/css">
- <link rel="stylesheet" type="text/css" href="<?php echo $_G['style']['styleimgdir'];?>/main.css" />
- <link rel="stylesheet" type="text/css" href="<?php echo $_G['style']['styleimgdir'];?>/mobile.css" />
- <link rel="stylesheet" type="text/css" href="<?php echo $_G['style']['styleimgdir'];?>/slick.css" />
- </head>
- <body class="bg">
- <div class="wk-warp panel" id="main">
- <?php if(!empty($_G['setting']['pluginhooks']['global_header_mobile'])) echo $_G['setting']['pluginhooks']['global_header_mobile'];?>
|