06-04-2024
This commit is contained in:
@@ -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']) . '"
|
||||
//
|
||||
|
||||
|
||||
Reference in New Issue
Block a user