Open Monograph Press  3.3.0
pages/management/index.php
Go to the documentation of this file.
1 <?php
2 
19 switch ($op) {
20  //
21  // Settings
22  //
23  case 'categories':
24  case 'series':
25  case 'settings':
26  case 'access':
27  import('pages.management.SettingsHandler');
28  define('HANDLER_CLASS', 'SettingsHandler');
29  break;
30  case 'tools':
31  case 'importexport':
32  case 'statistics':
33  case 'permissions':
34  case 'resetPermissions':
35  import('lib.pkp.pages.management.PKPToolsHandler');
36  define('HANDLER_CLASS', 'PKPToolsHandler');
37  break;
38  case 'navigation':
39  import('pages.management.NavigationHandler');
40  define('HANDLER_CLASS', 'NavigationHandler');
41  break;
42 }
$op
$op
Definition: lib/pkp/pages/help/index.php:18