Spade

Mini Shell

Directory:~$ /home/lmsyaran/www/administrator/components/com_notifly/views/dashboard/tmpl/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/www/administrator/components/com_notifly/views/dashboard/tmpl/default_warning.php

<?php
/**
 * @package     Joomla.Administrator
 * @subpackage  com_notifly
 *
 * @copyright   Copyright (C) 2005 - 2017 Open Source Matters, Inc. All
rights reserved.
 * @license     GNU General Public License version 2 or later; see
LICENSE.txt
 */

defined('_JEXEC') or die;
$systemPlugin = JPluginHelper::getPlugin( 'system' ,
'notifly' );
?>
<?php if(!$systemPlugin): ?>
<div class="alert alert-danger">
	<p>
		<strong class="text-uppercase"><?php echo
JText::_('COM_NOTIFLY_SYSTEM_PLUGIN_DISABLED');
?></strong> 
		<br>
		<?php echo
JText::_('COM_NOTIFLY_SYSTEM_PLUGIN_DISABLED_DESC'); ?>
	</p>
</div>
<?php endif; ?>