Current Directory: /home/astoriaah/www/old15/modules/mod_cthk2category
Viewing File: /home/astoriaah/www/old15/modules/mod_cthk2category/mod_cthk2category.php
<?php
defined('_JEXEC') or die;
require_once __DIR__ . '/helper.php';
require_once JPATH_ROOT.'/components/com_k2/helpers/route.php';
$items = CTHK2CategoryHelper::getItems($params);
$columnsClass = CTHK2CategoryHelper::getColumns($params);
$moduleclass_sfx = htmlspecialchars($params->get('moduleclass_sfx'));
require JModuleHelper::getLayoutPath('mod_cthk2category', $params->get('layout', 'default'));