Spade
Mini Shell
| Directory:~$ /home/lmsyaran/www/administrator/components/com_notifly/views/dashboard/tmpl/ |
| [Home] [System Details] [Kill Me] |
<?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;
$username = $this->config->get('username', '');
$key = $this->config->get('key', '');
?>
<?php if(empty($key) or empty($username)): ?>
<div class="alert alert-info">
<p>
<strong class="text-uppercase"><?php echo
JText::_('COM_NOTIFLY_API_KEY_MISSING'); ?></strong>
<br>
<?php echo JText::_('COM_NOTIFLY_API_KEY_MISSING_DESC');
?>
</p>
</div>
<?php endif; ?>