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