X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=php%2Ftx_photos.php;fp=php%2Ftx_photos.php;h=939e7adbb5d0026f037c86c2714d1c3483c207a6;hb=27f3004da65f2b5803709b3fa76a791c9b38a0c9;hp=0000000000000000000000000000000000000000;hpb=262be7e249593a2764a7c452f70dc5ac68887d5c;p=cl7.git diff --git a/php/tx_photos.php b/php/tx_photos.php new file mode 100644 index 0000000..939e7ad --- /dev/null +++ b/php/tx_photos.php @@ -0,0 +1,41 @@ +sections() as $section) + echo '
', $section,'
Auteur : ',$ma_galerie->get_auteur($section),'
Date : ',$ma_galerie->get_date($section),'

'; + break; + + case 'section' : + $ma_galerie->set_section_courante($_GET['__section']); + $ma_galerie->afficher_vignettes($_GET['__page_section']); + break; + + case 'photo' : + $ma_galerie->set_section_courante($_GET['__section']); + $ma_galerie->afficher_photo($_GET['__photo']); + break; +} + +?> \ No newline at end of file