:Merge branch 'master' of ssh://gitlab.chiefsoft.net/MermsEMR/gate-mermsemr

This commit is contained in:
tokslaw7
2023-03-17 23:35:51 +00:00
4 changed files with 10 additions and 6 deletions
+1
View File
@@ -7,6 +7,7 @@ class Home extends BaseController
public function index()
{
$data['envID'] = getenv('ENV_ID');
$data['home_background'] = getenv('HOME_PAGE_BACKGROUND');
return view('welcome_message',$data);
}
}
+4 -1
View File
@@ -1,3 +1,6 @@
<?php
//$home_background= $envID ?>
?>
<!DOCTYPE html>
<html lang="en">
@@ -15,7 +18,7 @@
body {
text-rendering: optimizeLegibility;
background-color: #141029;
background-image: url("api_bk.jpg");
background-image: url(<?=$home_background?>);
background-repeat: no-repeat;
background-size: cover;
background-position: center;