Open Journal Systems  3.3.0
pages/information/index.php
Go to the documentation of this file.
1 <?php
2 
19 switch ($op) {
20  case 'index':
21  case 'readers':
22  case 'authors':
23  case 'librarians':
24  case 'competingInterestGuidelines':
25  case 'sampleCopyrightWording':
26  define('HANDLER_CLASS', 'InformationHandler');
27  import('pages.information.InformationHandler');
28  break;
29 }
30 
31 
$op
$op
Definition: lib/pkp/pages/help/index.php:18