-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
15 lines (14 loc) · 835 Bytes
/
index.php
File metadata and controls
15 lines (14 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/*************************************************************************/
/* @defgroup plugins_themes_cedistheme Theme plugin **********************/
/* Copyright (c) 2019 by Free University of Berlin ***********************/
/* Developed by Dennis Twardy (kontakt@dennistwardy.com) ****************/
/* Distributed under the GNU GPL v3 license. For full terms see LICENSE. */
/* Based on PKP's code (see github.com/pkp/ojs) by John Willinsky and ****/
/* Simon Fraser University ***********************************************/
/*************************************************************************/
/* @brief Wrapper for CedisTheme. ****************************************/
/*************************************************************************/
require_once('CedisTheme.inc.php');
return new CedisTheme();
?>