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