You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
15
hyhproject/home2/view/default/error_msg.html
Executable file
15
hyhproject/home2/view/default/error_msg.html
Executable file
@ -0,0 +1,15 @@
|
||||
{extend name="default/base" /}
|
||||
{block name="title"}系统提示 - {:WSTConf('CONF.mallName')}{__block__}{/block}
|
||||
{block name="css"}{/block}
|
||||
{block name="main"}
|
||||
<div class="wst-container">
|
||||
<div class="wst-empty empty1">
|
||||
<div class="prompt">
|
||||
<p>{$message}</p>
|
||||
</div>
|
||||
<div class="button">
|
||||
<a href="{$Request.root.true}" class="wst-empty-btn wst-empty-btn1">返回首页</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/block}
|
Reference in New Issue
Block a user