b0y-101 Mini Shell


Current Path : E:/www/pl/plugins/editors-xtd/modals/
File Upload :
Current File : E:/www/pl/plugins/editors-xtd/modals/modals.php

<?php
/**
 * @package         Modals
 * @version         11.7.1
 * 
 * @author          Peter van Westen <info@regularlabs.com>
 * @link            http://www.regularlabs.com
 * @copyright       Copyright © 2020 Regular Labs All Rights Reserved
 * @license         http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

use RegularLabs\Library\Document as RL_Document;

defined('_JEXEC') or die;

if ( ! is_file(JPATH_LIBRARIES . '/regularlabs/autoload.php'))
{
	return;
}

require_once JPATH_LIBRARIES . '/regularlabs/autoload.php';

if ( ! RL_Document::isJoomlaVersion(3))
{
	return;
}

if (true)
{
	class PlgButtonModals
		extends \RegularLabs\Library\EditorButtonPlugin
	{
		var $folder = __DIR__;
	}
}

Copyright © 2019 by b0y-101