You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
18
hyhproject/home2/view/default/error_switch.html
Executable file
18
hyhproject/home2/view/default/error_switch.html
Executable file
@ -0,0 +1,18 @@
|
||||
<!doctype html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>提示信息 - {:WSTConf('CONF.mallName')}</title>
|
||||
<meta name="auther" content="WSTMart,www.wstmart.net" />
|
||||
<meta name="copyright" content="Copyright©2016-2066 Powered By WSTMart" />
|
||||
<link href="__STYLE__/css/common.css?v={$v}" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div class="wst-container">
|
||||
<div class="wst-empty empty1">
|
||||
<div class="prompt">
|
||||
<p>{if(WSTConf('CONF.seoMallSwitchDesc'))}{:WSTConf('CONF.seoMallSwitchDesc')}{else}商城暂时关闭{/if}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user