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