YaWK  24.1
Yet another WebKit
gallery.php
Go to the documentation of this file.
1 <?php
2 /** @var $db \YAWK\db */
3 /** GALLERY PLUGIN */
4 if (!isset($gallery))
5 { // load gallery widget class
6  require_once 'classes/gallery.php';
7  // create new gallery widget object
8  $gallery = new \YAWK\WIDGETS\GALLERY\IMAGES\gallery($db);
9 }
10 // embed image gallery
11 $gallery->init($db);
$gallery
Definition: gallery.php:3