Your IP : 216.73.216.131


Current Path : /home/lejardintz/www/components/com_kunena/template/crypsis/layouts/empty/
Upload File :
Current File : /home/lejardintz/www/components/com_kunena/template/crypsis/layouts/empty/default.php

<?php
/**
 * Kunena Component
 * @package     Kunena.Template.Crypsis
 * @subpackage  Layout.Empty
 *
 * @copyright   (C) 2008 - 2016 Kunena Team. All rights reserved.
 * @license     http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link        https://www.kunena.org
 **/
defined('_JEXEC') or die;

// Empty layout to allow no output, used for example when KunenaControllerDisplay::before() function returns false.
// This file can be changed for testing purposes, but it should remain empty in production sites.