%PDF- %PDF-
| Direktori : /home1/lightco1/www/administrator/components/com_akeeba/View/ControlPanel/tmpl/ |
| Current File : //home1/lightco1/www/administrator/components/com_akeeba/View/ControlPanel/tmpl/footer.php |
<?php
/**
* @package AkeebaBackup
* @copyright Copyright (c)2006-2017 Nicholas K. Dionysopoulos / Akeeba Ltd
* @license GNU General Public License version 3, or later
*/
/** @var $this \Akeeba\Backup\Admin\View\ControlPanel\Html */
// Protect from unauthorized access
defined('_JEXEC') or die();
?>
<div class="row-fluid footer akeebabackup-footer">
<div class="span12">
<p style="height: 6em">
<?php echo \JText::sprintf('Copyright ©2006-%s <a href="http://www.akeebabackup.com">Akeeba Ltd</a>. All Rights Reserved.', date('Y')); ?>
<br/>
Akeeba Backup is Free Software and is distributed under the terms of the <a
href="http://www.gnu.org/licenses/gpl-3.0.html">GNU General Public License</a>, version 3 or - at
your option - any later version.
<?php if(AKEEBA_PRO != 1): ?>
<br/>If you use Akeeba Backup Core, please post a rating and a review at the <a
href="http://extensions.joomla.org/extensions/extension/access-a-security/site-security/akeeba-backup">Joomla!
Extensions Directory</a>.
<?php endif; ?>
<br/><br/>
<strong><?php echo \JText::_('COM_AKEEBA_INFORMATION_TRANSLATION_CREDITS'); ?></strong>:
<em><?php echo \JText::_('COM_AKEEBA_INFORMATION_TRANSLATION_LANGUAGE'); ?></em> •
<a href="<?php echo \JText::_('COM_AKEEBA_INFORMATION_TRANSLATION_AUTHOR_URL'); ?>" rel="nofollow,noindex" target="_blank"><?php echo \JText::_('COM_AKEEBA_INFORMATION_TRANSLATION_AUTHOR'); ?></a>
</p>
</div>
</div>