Skip to content
Snippets Groups Projects
Commit 7dea1291 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

background url

parent 012f6c32
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ if(isset($_SESSION['userId'])){
};
</script>
</head>
<body style="background-image:url('/data/images/planche-bois-aliments.jpg');background-size:cover;">
<body style="background-image:url('<?=getWebsiteSetting("websiteUrl")?>/data/images/planche-bois-aliments.jpg');background-size:cover;">
<div class="container h-100">
<div class="d-flex justify-content-center h-100">
<div class="user_card">
......
......@@ -32,7 +32,7 @@ if(isset($_SESSION['userId'])){
</script>
</head>
<body style="background-image:url('/data/images/planche-bois-aliments.jpg');background-size:cover;">
<body style="background-image:url('<?=getWebsiteSetting("websiteUrl")?>/data/images/planche-bois-aliments.jpg');background-size:cover;">
<div class="container h-100">
<div class="d-flex justify-content-center h-100">
<div class="user_card">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment