| Current Path : /var/www/iplanru/data/old/www/i-plan.ru/modules/mod_industry/ |
| Current File : /var/www/iplanru/data/old/www/i-plan.ru/modules/mod_industry/mod_industry.php |
<?php
defined('_JEXEC') or die('Direct Access to this location is not allowed.');
require_once (dirname(__FILE__).DS.'helper.php');
$articlesCount = $params->get('articlescount');
$categoryType = $params->get('categorytype');
$linkType = $params->get('linktype');
$articles = modIndustryHelper::getArticles($articlesCount,$categoryType,$linkType);
?>