YaWK
24.1
Yet another WebKit
twitch.php
Go to the documentation of this file.
1
<?php
2
/** @var $db \YAWK\db */
3
if
(!isset($twitch))
4
{
// load twitch widget class
5
require_once
'classes/twitch.php'
;
6
// create new twitch widget object
7
$twitch = new \YAWK\WIDGETS\TWITCH\EMBED\twitch(
$db
);
8
}
9
// init twitch widget
10
$twitch->init();
$db
$db
Definition:
dismiss-notifications.php:4
yawk.io
system
widgets
twitch
twitch.php
Generated on Tue Jan 16 2024 21:59:04 for YaWK by
doxygen 1.9.1