iFrame GMaps

-photo-du-mois.php
This commit is contained in:
2022-04-03 07:37:21 +02:00
parent 36eb1fadf9
commit 01ee106fcf
5 changed files with 115 additions and 39 deletions

View File

@@ -26,8 +26,12 @@
<link rel="stylesheet" type="text/css" href="css/sls.css" />
<?php
<?php include 'functions.php';
$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);
@@ -40,6 +44,7 @@ $host = $pv_URIprotocol . $_SERVER['HTTP_HOST'];
$wp = (($_SERVER['SERVER_NAME'] == "sur-le-sentier.fr") ? "blog" : "wordpress");
/*
//if ($_SERVER['SERVER_NAME'] == 'airbook.local')
$root = $_SERVER['DOCUMENT_ROOT'];
//$root = dirname($_SERVER['SCRIPT_FILENAME']); // /Users/bruno/Sites/sls
@@ -59,6 +64,7 @@ bind_textdomain_codeset($domain, 'UTF-8');
textdomain($domain);
$nation = array('fr_FR' => gettext('French'), 'en_US' => gettext('English') , 'de_DE' => gettext('German'), 'es_ES' => gettext('Spanish') );
*/
?>
</head>