baseline
[omp.pkp.sfu.ca.git] / lib / pkp / pages / help / index.php
blob3bca5fa60b76bc828907b41bd0cdc4f4638896e5
1 <?php
3 /**
4 * @defgroup pages_help
5 */
7 /**
8 * @file pages/help/index.php
10 * Copyright (c) 2000-2009 John Willinsky
11 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
13 * @ingroup pages_help
14 * @brief Handle requests for viewing help pages.
19 define('HANDLER_CLASS', 'HelpHandler');
21 import('pages.help.HelpHandler');