mirror of
https://github.com/LyLme/lylme_spage.git
synced 2024-11-17 14:34:08 +08:00
增加 后台登录页背景
This commit is contained in:
parent
c591cd9625
commit
6d88c2e959
@ -75,7 +75,11 @@ if(isset($_POST['user']) && isset($_POST['pass'])){
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!--<div class="row lyear-wrapper" style="background-image: url(images/login-bg.jpg); background-size: cover;">-->
|
||||
<?php
|
||||
if(!empty($background = background())){
|
||||
$background = str_replace('./','../',$background);
|
||||
echo '<div class="row lylme-wrapper" style="background-image: url('.$background.');background-size: cover;">';}
|
||||
?>
|
||||
<div class="row lyear-wrapper">
|
||||
<div class="lyear-login">
|
||||
<div class="login-center">
|
||||
|
Loading…
Reference in New Issue
Block a user