[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
jurnal-kesmas
/
v1
/
plugins
/
blocks
/
makeSubmission
/
[
Home
]
File: index.php
<?php /** * @defgroup plugins_blocks_makeSubmission Make a Submission block plugin */ /** * @file plugins/blocks/makeSubmission/index.php * * Copyright (c) 2014-2020 Simon Fraser University * Copyright (c) 2003-2020 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * @ingroup plugins_blocks_makeSubmission * @brief Wrapper for "Make a Submission" block plugin. * */ require_once('MakeSubmissionBlockPlugin.inc.php'); return new MakeSubmissionBlockPlugin();