| Current Path : /var/www/iplanru/data/old/www/i-plan.ru/modules/mod_mosthits/ |
| Current File : /var/www/iplanru/data/old/www/i-plan.ru/modules/mod_mosthits/mod_mosthits.php |
<?php
defined('_JEXEC') or die('Direct Access to this location is not allowed.');
require_once (dirname(__FILE__).DS.'helper.php');
$mosthitsCount = $params->get('mosthitscount');
$articles = modmosthitsHelper::getArticles($mosthitsCount);
?>