<?php

/**
 * @defgroup plugins_generic_customBlockManager
 */
 
/**
 * @file plugins/generic/customBlockManager/index.php
 *
 * Copyright (c) 2013-2019 Simon Fraser University
 * Copyright (c) 2003-2019 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @brief Wrapper for Custom Block Manager plugin.
 *
 */

require_once('CustomBlockManagerPlugin.inc.php');

return new CustomBlockManagerPlugin();

?> 
