Your IP : 216.73.216.222


Current Path : /var/www/iplanru/data/old/www/i-plan.ru/modules/mod_searcharticle/
Upload File :
Current File : /var/www/iplanru/data/old/www/i-plan.ru/modules/mod_searcharticle/mod_searcharticle.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');
?>
<div align="middle" style="margin-bottom:5px;">
<form action="search.php"> 
<input name="text" size="20" type="text" /> 
<input type="submit" value="поиск" /> 
</form>
</div>
<?php
$articles = modSearchArticleHelper::getArticles($articlesCount);
?>