$gallery = UberGallery::init()->createGallery('webcam/garage'); ?> </div> <div class="row-fluid"> <h2>JARDIN</h2> <form method="POST" action="camera_gal.php" name="formulaire"> <input type="hidden" name="gal" value="jardin"> <input type="submit" name="bteffacer" value="Effacer"/> </form> <?php include_once 'webcam/resources/UberGallery.php'; $gallery = UberGallery::init()->createGallery('webcam/ext'); ?> </div> <div class="row-fluid"> <h2>PORCHE</h2> <form method="POST" action="camera_gal.php" name="formulaire"> <input type="hidden" name="gal" value="porche"> <input type="submit" name="bteffacer" value="Effacer"/> </form> <?php include_once 'webcam/resources/UberGallery.php'; $gallery = UberGallery::init()->createGallery('webcam/porche'); ?> </div> </div><!-- /container --> </div><!-- /wrap --> </body> </html>
foreach ($files as $file) { ?> <?php $dir = 'galleries/' . $file; ?> <?php if (is_dir($dir) && $file != '.' && $file != '..') { ?> <h2><?php echo ucwords($file); ?> </h2> <?php $gallery = UberGallery::init()->createGallery($dir, $file); ?> <?php } ?> <?php } ?> </div> </body> <!-- Page template by, Chris Kankiewicz <http://www.chriskankiewicz.com> -->
<section class="top_image"> <img src="../_images_content/banner_absolventen2016.jpg" alt="Absolventenfeier 2016"> </section> <section class="text"> <h1>Bildergalerie Absolventenfeier 2016</h1> <?php include_once 'ubergallery-resources/UberGallery.php'; $gallery = UberGallery::init()->createGallery('ubergallery-images'); ?> </section> </section>