baseline
[omp.pkp.sfu.ca.git] / plugins / blocks / languageToggle / index.php
blob4104950d25c51862757b801cec200fcc30f8625b
1 <?php
3 /**
4 * @defgroup plugins_blocks_languageToggle
5 */
7 /**
8 * @file plugins/blocks/languageToggle/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_blocks_languageToggle
14 * @brief Wrapper for language selector block plugin.
18 // $Id: index.php,v 1.1.1.1 2008/10/20 21:27:10 tylerl Exp $
21 require_once('LanguageToggleBlockPlugin.inc.php');
23 return new LanguageToggleBlockPlugin();
25 ?>