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