default.php 1.17 KB
<?php
/* ======================================================
# Monthly Archive - Joomla! Component v4.3.3 (PRO version)
# -------------------------------------------------------
# For Joomla! 3.x
# Author: Yiannis Christodoulou (yiannis@web357.eu)
# Copyright (©) 2009-2018 Web357. All rights reserved.
# License: GNU/GPLv3, http://www.gnu.org/licenses/gpl-3.0.html
# Website: https://www.web357.eu/
# Demo: http://demo.web357.eu/?item=monthlyarchive
# Support: support@web357.eu
# Last modified: 09 Feb 2018, 13:55:18
========================================================= */

defined('_JEXEC') or die;
?>

<div id="j-sidebar-container" class="span2">
    <?php echo $this->sidebar; ?>
</div>

<div id="j-main-container" class="span10">		

	<div class="row-fluid">
    
        <div class="span7">
        	<?php
			echo $this->form->getLabel('description');
			?>
        </div>
        
        <div class="span5">
			<?php
            echo $this->form->getLabel('W357FRM_HEADER_VERSION_CHECK');
            echo $this->form->getLabel('info');
            ?>
            <?php
            echo $this->form->getLabel('jedreview');
            ?>
        </div>
        
    </div>

</div>