Sync with the current version.

This commit is contained in:
2020-11-12 15:34:47 +01:00
parent c3265fbb13
commit 37822758ba
18 changed files with 1014 additions and 234 deletions

View File

@@ -167,7 +167,7 @@ class AlbumPhotos {
echo "<script language=\"JavaScript1.1\">
<!--
var min_year = 2000; // defines lowest year in year menu
var max_year = 2010; // defines highest year in the year menu
var max_year = 2035 // defines highest year in the year menu
// make this false to prevent the weekday element from being displayed
var weekday_showing = false;
@@ -292,7 +292,7 @@ class AlbumPhotos {
echo"</select>\n";
echo "<select name=year onChange='changeDays(0,this.form)' size=1>\n";
for ($i = 2000; $i < 2011; $i++)
for ($i = 2000; $i < 2035; $i++)
if ($this->nAnnee == $i)
echo "<option value = $i selected> $i";
else