2019-09-06 23:53:10 +08:00

18 lines
597 B
HTML
Executable File

<!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>