sFriendlyName = _kt('Scheduler Dashlet Plugin'); return $res; } function setup() { $this->registerDashlet('schedulerDashlet', 'ktcore.schedulerdashlet.plugin', 'schedulerDashlet.php'); require_once(KT_LIB_DIR . "/templating/templating.inc.php"); $oTemplating =& KTTemplating::getSingleton(); $oTemplating->addLocation('schedulerDashlet', '/templates/ktcore/dashlets'); } } $oPluginRegistry =& KTPluginRegistry::getSingleton(); $oPluginRegistry->registerPlugin('schedulerDashletPlugin', 'ktcore.schedulerdashlet.plugin', __FILE__); ?>