| Current Path : /home/pteabiscqq/www/administrator/components/com_quix/layouts/toolbar/ |
| Current File : /home/pteabiscqq/www/administrator/components/com_quix/layouts/toolbar/freenotice.php |
<?php
/**
* @package Joomla.Administrator
* @subpackage com_messages
*
* @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('_JEXEC') or die;
?>
<div class="alert alert-warning clearfix">
<a target="_blank" href="https://www.themexpert.com/quix-pagebuilder?utm_medium=button&utm_campaign=quix-pro&utm_source=joomla-admin" class="btn btn-primary pull-right">
<?php echo JText::_('COM_QUIX_GET_PRO_TITLE'); ?>
</a>
<h4 class="alert-heading">
<?php echo JText::_('COM_QUIX_FREE_NOTICE_TITLE'); ?>
</h4>
<p>
<?php echo JText::_('COM_QUIX_FREE_NOTICE_DESC'); ?>
</p>
</div>