Open Journal Systems  3.3.0
pages/issue/index.php
Go to the documentation of this file.
1 <?php
2 
18 switch ($op) {
19  case 'index':
20  case 'current':
21  case 'archive':
22  case 'view':
23  case 'download':
24  define('HANDLER_CLASS', 'IssueHandler');
25  import('pages.issue.IssueHandler');
26  break;
27 }
28 
29 
$op
$op
Definition: lib/pkp/pages/help/index.php:18