Open Journal Systems  3.3.0
pages/authorDashboard/index.php
Go to the documentation of this file.
1 <?php
2 
20 switch ($op) {
21  //
22  // Author Dashboard
23  //
24  case 'submission':
25  case 'readSubmissionEmail':
26  case 'reviewRoundInfo':
27  import('pages.authorDashboard.AuthorDashboardHandler');
28  define('HANDLER_CLASS', 'AuthorDashboardHandler');
29 }
30 
31 
$op
$op
Definition: lib/pkp/pages/help/index.php:18