Відвідано: » ukrainian.ignore.php
ukranian.ignore.php
<?php /** * @version $Id: ukranian.ignore.php, 2006/06/04 $ * @package Joomla * @copyright (C) 2006 переклад на українську мову - Денис Носов (Joomla! Україна, e-mail: denys@joomla-ua.org http:www.joomla-ua.org) * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * Joomla is Free Software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. */ defined( '_VALID_MOS' ) or die( 'Доступ заборонено.' ); $search_ignore[] = "в"; $search_ignore[] = "на"; $search_ignore[] = "під"; $search_ignore[] = "і"; $search_ignore[] = "або"; $search_ignore[] = "та"; ?>
