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