//Automatisierte Grafiken $image1 = 'top_image1_1.jpg'; $image2 = 'top_image2_1.jpg'; $image3 = 'side_image1_1.jpg'; $top = 'top_2.gif'; if(file_exists(PATH_TO_PUBLIC.'/pictures/head/top_image1_'.$_SESSION['s'].'.jpg')) $image1 = 'top_image1_'.$_SESSION['s'].'.jpg'; if(file_exists(PATH_TO_PUBLIC.'/pictures/head/top_image2_'.$_SESSION['s'].'.jpg')) $image2 = 'top_image2_'.$_SESSION['s'].'.jpg'; if(file_exists(PATH_TO_PUBLIC.'/pictures/head/side_image1_'.$_SESSION['s'].'.jpg')) $image3 = 'side_image1_'.$_SESSION['s'].'.jpg'; if(file_exists(PATH_TO_PUBLIC.'/pictures/head/top_2_'.$_SESSION['s'].'.gif')) $top = 'top_2_'.$_SESSION['s'].'.gif'; ?>