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