Your IP : 216.73.217.55


Current Path : /home/lejardintz/www/administrator/components/com_akeeba/View/CommonTemplates/tmpl/
Upload File :
Current File : /home/lejardintz/www/administrator/components/com_akeeba/View/CommonTemplates/tmpl/ProfileName.php

<?php
/**
 * @package   akeebabackup
 * @copyright Copyright (c)2006-2019 Nicholas K. Dionysopoulos / Akeeba Ltd
 * @license   GNU General Public License version 3, or later
 */

// Protect from unauthorized access
defined('_JEXEC') or die();
?>
<div class="akeeba-block--info">
	<strong><?php echo \JText::_('COM_AKEEBA_CPANEL_PROFILE_TITLE'); ?></strong>:
	#<?php echo $this->escape($this->profileid); ?> <?php echo $this->escape($this->profilename); ?>

</div>