Open Monograph Press  3.3.0
lib/pkp/pages/submissions/index.php
Go to the documentation of this file.
1 <?php
18 switch($op) {
19  case 'index':
20  case 'tasks':
21  define('HANDLER_CLASS', 'DashboardHandler');
22  import('lib.pkp.pages.dashboard.DashboardHandler');
23  break;
24 }
25 
26 
$op
$op
Definition: lib/pkp/pages/help/index.php:18