// start drawing: // top left logo include('logo.php'); // small calendar below logo include('smallcalendar.php'); ?>
Original scripts by
Zdenka Uhríková
«
11th July 2024
»
//////////////////////////////// picture /////////////////////////// // show picture if exists, else show blank picture from pics/blank.jpg $pict_path = "./$sel_year/$sel_month/$sel_day.jpg"; if (file_exists($pict_path)) echo "
"; else echo "
"; ?>