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.
14 * @brief Handle requests for viewing help pages.
19 define('HANDLER_CLASS', 'HelpHandler');
21 import('pages.help.HelpHandler');