Your IP : 216.73.216.131


Current Path : /home/lejardintz/www/components/com_kunena/template/astemplate/html/misc/
Upload File :
Current File : /home/lejardintz/www/components/com_kunena/template/astemplate/html/misc/default.php

<?php
/**
 * Kunena Component
 * @package Kunena.Template.Blue_Eagle
 * @subpackage Misc
 *
 * @copyright (C) 2008 - 2013 Kunena Team. All rights reserved.
 * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link http://www.kunena.org
 **/
defined ( '_JEXEC' ) or die ();
?>
<div class="kblock kdefault">
	<div class="kheader">
		<h3><?php echo $this->header ?></h3>
	</div>
	<div class="kcontainer">
		<div class="kbody">
			<div class="kcontent khelprulescontent">
				<?php echo $this->body ?>
			</div>
		</div>
	</div>
</div>