sFriendlyName = _kt('Orphaned Folders Plugin'); return $res; } function setup() { $this->registerDashlet('BrowseableFolderDashlet', 'nbm.browseable.dashlet', 'BrowseableDashlet.php'); require_once(KT_LIB_DIR . "/templating/templating.inc.php"); $oTemplating =& KTTemplating::getSingleton(); $oTemplating->addLocation('browseabledashlet', '/plugins/browseabledashlet/templates'); } } $oPluginRegistry =& KTPluginRegistry::getSingleton(); $oPluginRegistry->registerPlugin('BrowseableDashletPlugin', 'nbm.browseable.plugin', __FILE__); ?>