1234567891011121314151617181920212223242526272829 |
- <!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="{if $_G['setting']['mobile'][mobilecachetime] > 0}{$_G['setting']['mobile'][mobilecachetime]}{else}no-cache{/if}" />
- <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="{if !empty($metakeywords)}{echo dhtmlspecialchars($metakeywords)}{/if}" />
- <meta name="description" content="{if !empty($metadescription)}{echo dhtmlspecialchars($metadescription)} {/if},$_G['setting']['bbname']" />
- <title><!--{if !empty($navtitle)}-->$navtitle - <!--{/if}--><!--{if empty($nobbname)}--> $_G['setting']['bbname'] - <!--{/if}--> {lang waptitle} -</title>
- <base href="{$_G['siteurl']}" />
- <link rel="stylesheet" href="{$_G['siteurl']}{STATICURL}image/mobile/style.css" type="text/css" media="all">
- <script src="{$_G['siteurl']}{STATICURL}js/mobile/jquery-1.8.3.min.js?{VERHASH}"></script>
- <script type="text/javascript">var STYLEID = '{STYLEID}', STATICURL = '{$_G['siteurl']}{STATICURL}', IMGDIR = '{$_G['siteurl']}{IMGDIR}', VERHASH = '{VERHASH}', charset = '{CHARSET}', discuz_uid = '$_G[uid]', cookiepre = '{$_G[config][cookie][cookiepre]}', cookiedomain = '{$_G[config][cookie][cookiedomain]}', cookiepath = '{$_G[config][cookie][cookiepath]}', showusercard = '{$_G[setting][showusercard]}', attackevasive = '{$_G[config][security][attackevasive]}', disallowfloat = '{$_G[setting][disallowfloat]}', creditnotice = '<!--{if $_G['setting']['creditnotice']}-->$_G['setting']['creditnames']<!--{/if}-->', defaultstyle = '$_G[style][defaultextstyle]', REPORTURL = '$_G[currenturl_encode]', SITEURL = '$_G[siteurl]', JSPATH = '$_G[setting][jspath]';</script>
- <script src="{$_G['siteurl']}{STATICURL}js/mobile/common.js?{VERHASH}" charset="{CHARSET}"></script>
- <!--{eval require("./template/week_touch/touch/config.php");}-->
- <!--{eval require("./template/week_touch/touch/language/$language");}-->
- <link rel="stylesheet" href="$_G['style']['styleimgdir']/wk_style.css" media="all" type="text/css">
- <link rel="stylesheet" type="text/css" href="$_G['style']['styleimgdir']/main.css" />
- <link rel="stylesheet" type="text/css" href="$_G['style']['styleimgdir']/mobile.css" />
- <link rel="stylesheet" type="text/css" href="$_G['style']['styleimgdir']/slick.css" />
- </head>
- <body class="bg">
- <div class="wk-warp panel" id="main">
- <!--{hook/global_header_mobile}-->
|