| DIR: /home/dhnidqcz/journal.pragmaticsng.org/plugins__47455f6/themes/immersion/ |
| Current File : /home/dhnidqcz/journal.pragmaticsng.org/plugins__47455f6/themes/immersion/index.php |
<?php
/**
* @file plugins/themes/immersion/index.php
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* @ingroup plugins_themes_immersion
* @brief Wrapper for Immersion theme plugin.
*
*/
require_once('ImmersionThemePlugin.inc.php');
return new ImmersionThemePlugin();
|