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