| DIR: /home/dhnidqcz/journal.pragmaticsng.org/plugins__47455f6/generic/addThis/ |
| Current File : /home/dhnidqcz/journal.pragmaticsng.org/plugins__47455f6/generic/addThis/index.php |
<?php
/**
* @defgroup plugins_generic_addThis Add This plugin
*/
/**
* @file index.php
*
* Copyright (c) 2014-2021 Simon Fraser University
* Copyright (c) 2003-2021 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file LICENSE.
*
* @ingroup plugins_generic_addThis
* @brief Wrapper for the addThis social media plugin.
*
*/
require_once('AddThisPlugin.inc.php');
return new AddThisPlugin();
|