mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
添加系统配置函数sysconf
This commit is contained in:
parent
6c689d58b9
commit
ea9a9b6bc7
@ -10,9 +10,10 @@
|
||||
<div class="text-center layer-box">
|
||||
<div class="animated fadeInDown layer-content">
|
||||
<div class='logo'><img
|
||||
src="http://static.cdn.cuci.cc/2016/0414/af3c5d9fcf94b34113274f8c047755fc.png?imageMogr2/thumbnail/!160x56r/gravity/Center/crop/160x56/interlace/1"
|
||||
src="{:sysconf('site_logo')}"
|
||||
onerror='this.src="http://basic.demo.cuci.cc/static/theme/img/cuci.png"' alt=""/></div>
|
||||
<form onsubmit="return false;" data-callback='logincallback' data-time="0.01" data-auto role="form" method="POST">
|
||||
<form onsubmit="return false;" data-callback='logincallback' data-time="0.01" data-auto role="form"
|
||||
method="POST">
|
||||
<div class="form-group has-feedback">
|
||||
<span class="fa fa-user input-icon"></span>
|
||||
<input autofocus="true" autocomplete="off" class="form-control" name="username" placeholder="Username"
|
||||
@ -36,7 +37,7 @@
|
||||
</form>
|
||||
</div>
|
||||
<p class='copyright'>
|
||||
<small>广州楚才信息科技有限公司 © {:date('Y')}</small>
|
||||
<small>{:sysconf('site_company')} © {:date('Y')}</small>
|
||||
</p>
|
||||
</div>
|
||||
<div class="hide">
|
||||
|
Loading…
x
Reference in New Issue
Block a user