WebsiteBaker 2.13.9 R24 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
// season change the 21 ( it is not the real day but a good approach )function season() { $limits=array('/12/21'=>'winter.jpg', '/09/21'=>'autumn.jpg', '/06/21'=>'summer.jpg', '/03/21'=>'spring.jpg', '/01/01'=>'winter.jpg'); foreach ($limits AS $key => $value) { $limit=date("Y").$key; if (strtotime($adate)>=strtotime($limit)) { return $value; } }}
I use "another image galery" module but i have making some change like auto-insert another image at the bottom of each picture (signature) and resize image to 500px in addition to thumbnails.