www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

include.php (242B)


      1 <?php
      2 	require_once(dirname(__FILE__) . "/galerie-index.php");
      3 	require_once(dirname(__FILE__) . "/galerie-periode.php");
      4 	require_once(dirname(__FILE__) . "/galerie-evenement.php");
      5 	require_once(dirname(__FILE__) . "/galerie-photo.php");
      6 ?>