baseline
[omp.pkp.sfu.ca.git] / pages / index / index.php
blob361fdb6c88f007f7c9600af117f29b3867da1197
1 <?php
3 /**
4 * @defgroup pages_index
5 */
7 /**
8 * @file pages/index/index.php
10 * Copyright (c) 2003-2008 John Willinsky
11 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
13 * @ingroup pages_index
14 * @brief Handle site index requests.
18 // $Id: index.php,v 1.1.1.1 2008/10/20 21:27:08 tylerl Exp $
21 define('HANDLER_CLASS', 'IndexHandler');
23 import('pages.index.IndexHandler');