| Current Path : /var/www/html/components/com_kunena/src/View/Category/ |
| Current File : /var/www/html/components/com_kunena/src/View/Category/HtmlView.php |
<?php
/**
* Kunena Component
*
* @package Kunena.Site
* @subpackage Views
*
* @copyright Copyright (C) 2008 - 2025 Kunena Team. All rights reserved.
* @license https://www.gnu.org/copyleft/gpl.html GNU/GPL
* @link https://www.kunena.org
**/
namespace Kunena\Forum\Site\View\Category;
\defined('_JEXEC') or die();
use Kunena\Forum\Libraries\View\KunenaView;
/**
* Category View
*
* @since Kunena 6.0
*/
class HtmlView extends KunenaView
{
/**
* @param null $tpl tpl
*
* @return void
*
* @since Kunena 6.0
*/
public function displayDefault($tpl = null)
{
}
/**
* @param string $type type
*
* @return void
*
* @since Kunena 6.0
*/
protected function _prepareDocument($type)
{
}
}