b0y-101 Mini Shell


Current Path : E:/www/risk/administrator/components/com_accordeonmenuck/views/about/tmpl/
File Upload :
Current File : E:/www/risk/administrator/components/com_accordeonmenuck/views/about/tmpl/default.php

<?php
// No direct access
defined('_JEXEC') or die('Restricted access');

use Accordeonmenuck\Helper;

// get the version installed
$installed_version = 'UNKOWN';
if ($xml_installed = simplexml_load_file(JPATH_SITE .'/administrator/components/com_accordeonmenuck/accordeonmenuck.xml')) {
	$installed_version = (string)$xml_installed->version;
}

// loads the language files from the frontend
$lang	= JFactory::getLanguage();
$lang->load('mod_accordeonmenuck', JPATH_SITE . '/modules/mod_accordeonmenuck', $lang->getTag(), false);
$lang->load('mod_accordeonmenuck', JPATH_SITE, $lang->getTag(), false);
?>
<style>
	.ckaboutversion {
		margin: 10px;
		padding: 10px;
		font-size: 20px;
		font-color: #000;
		text-align: center;
	}
	.ckcenter {
		margin: 10px 0;
		text-align: center;
	}
</style>
<div style="display:flex;flex-wrap:wrap;">
	<div style="flex: 0 0 250px">
	<?php Helper::addSidebar(); ?>
	</div>
	<div style="flex: 1 1 auto">
	<div class="ckaboutversion">ACCORDEON MENU CK <?php echo $installed_version; ?> LIGHT</div>
	<div class="ckcenter"><a href="https://www.joomlack.fr/en/joomla-extensions/accordeonmenu-ck" target="_blank" class="btn btn-small btn-inverse"><?php echo JText::_('Get the Pro version'); ?></a></div>
	<p class="ckcenter"><a href="https://www.joomlack.fr" target="_blank">https://www.joomlack.fr</a></p>
	<div class="alert ckcenter"><a href="https://extensions.joomla.org/extension/accordeon-menu-ck/" target="_blank" class="btn btn-small btn-warning"><?php echo JText::_('ACCORDEONMENUCK_VOTE_JED'); ?></a></div>
	<div class="ckcenter"><a href="https://www.joomlack.fr/en/documentation/accordeon-menu-ck" target="_blank"><?php echo JText::_('ACCORDEONMENUCK_DOCUMENTATION')  ?></a></div>
	<hr />
	</div>
</div>

Copyright © 2019 by b0y-101