Mise-à-jour sur-le-sentier.fr

version 2
This commit is contained in:
2024-12-10 11:39:15 +01:00
parent 26b17d9232
commit d8f28b47b8
55 changed files with 8972 additions and 1159 deletions

View File

@@ -1,3 +1,9 @@
<?php include 'localize.php';
$domain = 'sentier';
localize($domain);
include 'functions.php';
?>
<?php session_start(); ?>
<!DOCTYPE html>
<html lang="en">
<head>
@@ -26,12 +32,6 @@
<link rel="stylesheet" type="text/css" href="css/sls.css" />
<?php include 'functions.php';
session_start();
$domain = 'sentier';
localize($domain);
?>
<?php
//Get a list of file paths using the glob function.
$fileList = glob('vegas/img/*.{jpg,jpeg,JPG,JPEG,heic,HEIC,webp,WEBP}', GLOB_BRACE);