06-04-2024

This commit is contained in:
2024-04-06 11:55:24 +02:00
parent f7c5cf7d47
commit 3d22f9c5d8
550 changed files with 27249 additions and 2537 deletions

View File

@@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title><?= _("Picture of the month");?></title>
<title><?php echo gettext("Picture of the month"); ?></title>
<link rel="stylesheet" href="css/sls.css">
<link rel='stylesheet' href='css/lc_lightbox.min.css' />
@@ -24,7 +24,7 @@
<body>
<h1 class="_h1"> <?= _("Picture of the month");?></h1>
<h1 class="_h1"> <?php echo gettext("Picture of the month"); ?></h1>
<?php
if (!isset($_GET['page'])) $page = 1;
@@ -125,11 +125,9 @@ try {
$meta = $lb['exif'] . $map;
} else {
$meta = '';
}
$meta = '';
}
// data-lcl-author="' . htmlspecialchars($lb['exif']) . '"
//