baseline
[omp.pkp.sfu.ca.git] / plugins / themes / classicBrown / index.php
blobec5565d4e037e54611b602dc7906128cd0f0ee52
1 <?php
3 /**
4 * @defgroup plugins_themes_classicBrown
5 */
7 /**
8 * @file plugins/themes/classicBrown/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 plugins_themes_classicBrown
15 * @brief Wrapper for "classic brown" theme plugin.
18 // $Id: index.php,v 1.1.1.1 2008/10/20 21:27:09 tylerl Exp $
21 require_once('ClassicBrownThemePlugin.inc.php');
23 return new ClassicBrownThemePlugin();