sFriendlyName = _kt('RSS Plugin'); return $res; } function setup() { $this->registerDashlet('RSSDashlet', 'ktcore.rss.feed.dashlet', 'RSSDashlet.php'); $this->registerPage('managerssfeeds', 'ManageRSSFeedsDispatcher'); require_once(KT_LIB_DIR . "/templating/templating.inc.php"); $oTemplating =& KTTemplating::getSingleton(); $oTemplating->addLocation('RSS Plugin', '/plugins/rssplugin/templates'); } } $oPluginRegistry =& KTPluginRegistry::getSingleton(); $oPluginRegistry->registerPlugin('RSSPlugin', 'ktcore.rss.plugin', __FILE__); ?>