Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4

Warning: Cannot modify header information - headers already sent by (output started at /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code:102) in /var/www/iplanru/data/www/intesco.ru/d59ed/index.php(1) : eval()'d code(2) : eval()'d code on line 4
input; $Itemid=$jinput->getInt( 'Itemid', 0 ); $category_id=$jinput->getInt( 'category_id', 0 ); $lang=JFactory::getLanguage(); $lang=$lang->getTag(); $lang = substr($lang,0,2); if ($lang<>'ru'){$langtourl="&lang={$lang}";} if ($lang=='ru') { if ($Itemid=="108") {$cat=1; $f='bp';} if ($Itemid=="109") {$cat=2; $f='mi';} } if ($lang=='en') { if ($Itemid=="261") {$cat=2186; $f='bp';} if ($Itemid=="210") {$cat=2225; $f='mi';} } $s[]=''; if (!empty($cat)){ $db->setQuery('SELECT * FROM jos_zoo_category where parent='.$cat, 0, $count); $rows = $db->loadObjectList(); if (count($rows)<>0) foreach ($rows as $row){ $db->setQuery('SELECT * FROM jos_zoo_category where parent='.$row->id, 0, $count); $rows2 = $db->loadObjectList(); if (count($rows2)<>0) foreach ($rows2 as $row2){ $class="zoosl-link"; //if ($category_id==$row2->id) $class.=" active"; //$s[]="id}\">
"; $s[]="id}&Itemid={$Itemid}{$langtourl}")."\">
"; $a=json_decode($row2->params, TRUE); $imgpath=$a['content.teaser_image']; if (!$imgpath) $imgpath="/images/icons/otrasli/restoran.jpg"; $s[]="
"; $s[]="
{$row2->name}
"; $s[]="
"; } } } return implode("\r",$s); } }