| Current Path : /home/lejardintz/www/components/com_kunena/template/astemplate/html/common/ |
| Current File : /home/lejardintz/www/components/com_kunena/template/astemplate/html/common/default.php |
<?php /** * Kunena Component * @package Kunena.Template.Blue_Eagle * @subpackage Common * * @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"> <?php echo $this->body ?> </div> </div> </div> </div>