| Current Path : /home/juvelize/martine/administrator/components/com_easybookreloaded/views/about/tmpl/ |
| Current File : /home/juvelize/martine/administrator/components/com_easybookreloaded/views/about/tmpl/default.php |
<?php
/**
* @package EBR - Easybook Reloaded for Joomla! 3.x
* @author Viktor Vogel <admin@kubik-rubik.de>
* @version 3.3.3 - 2019-06-25
* @link https://kubik-rubik.de/ebr-easybook-reloaded
*
* @license GNU/GPL
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
defined('_JEXEC') || die('Restricted access');
?>
<?php if (!empty($this->sidebar)): ?>
<div id="j-sidebar-container" class="span2">
<?php echo $this->sidebar; ?>
</div>
<div id="j-main-container" class="span10">
<?php else : ?>
<div id="j-main-container">
<?php endif; ?>
<h1><?php echo JText::_('COM_EASYBOOKRELOADED'); ?></h1>
<?php echo JText::_('COM_EASYBOOKRELOADED_ABOUT_EASYBOOK_RELOADED'); ?>
<p>
<strong>
<?php echo JText::_('COM_EASYBOOKRELOADED_ABOUT_VERSION'); ?>: <?php echo EASYBOOK_VERSION; ?>
</strong>
</p>
<p>
<?php echo JText::_('COM_EASYBOOKRELOADED_ABOUT_DONATION_CODE'); ?>
</p>
<div style="text-align: center;">
<p>
<?php echo JText::sprintf('COM_EASYBOOKRELOADED_VERSION', EASYBOOK_VERSION) ?>
</p>
</div>
<?php echo $this->donationCodeMessage; ?>
</div>