예제 #1
0
 function ManageCleanupDispatcher()
 {
     $this->aIgnore = array('.', '..', 'CVS', '.DS_Store', '.empty', '.htaccess', '.cvsignore', '.svn', '.git');
     $oConfig =& KTConfig::getSingleton();
     $this->fsPath = $oConfig->get('urls/documentRoot');
     return parent::KTAdminDispatcher();
 }
예제 #2
0
 function ManageConditionalDispatcher()
 {
     parent::KTAdminDispatcher();
     global $default;
     $this->ru = $default->rootUrl;
     // this is not useful:  we _still_ don't chain through the right dispatcher (!)
     $this->aBreadcrumbs[] = array('url' => KTUtil::ktLink('/admin.php', 'documents'), 'name' => _kt('Document Metadata and Workflow Configuration'));
     $this->aBreadcrumbs[] = array('url' => KTUtil::ktLink('/admin.php', 'documents/fieldmanagement'), 'name' => _kt('Document Field Management'));
 }
예제 #3
0
 function AdminSplashDispatcher()
 {
     $this->aBreadcrumbs = array(array('url' => KTUtil::getRequestScriptName($_SERVER), 'name' => _kt('Administration')));
     parent::KTAdminDispatcher();
 }