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; $matid=$jinput->get( 'item_id', 0, 'INT' ); $Itemid=$jinput->get( 'Itemid', 0, 'INT' ); $category_id=$jinput->get( 'category_id', 0, 'INT' ); /*$document =& JFactory::getDocument();*/ $document = JFactory::getDocument(); $document->addScript('/modules/mod_wfmenu/tmpl/code.js'); $document->addStyleSheet('/modules/mod_wfmenu/tmpl/style.css'); //$document->addStyleSheet('http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css'); //$document->addStyleSheet('/modules/mod_wfmenu/tmpl/jquery-ui.css'); ?>
'') { $m = modWfmenuHelper::getCat($rootid,1 ); echo implode("\r\n",$m); } ?>
addScript('http://code.jquery.com/ui/1.10.3/jquery-ui.js'); $document->addStyleSheet('http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css'); ?> 'function(title, description){ description.setStyle("display", "block"); title.addClass("open").removeClass("closed"); }', 'onBackground' => 'function(title, description){ description.setStyle("display", "none"); title.addClass("closed").removeClass("open"); }','useCookie'=>false,'startOffset'=>0)); $list = $db->setQuery(" SELECT id,name FROM #__zoo_category where parent=\"{$rootid}\" and published=1 order by ordering")->loadAssocList(); if (count($list)<>0) { $i=1; foreach($list as $row) { echo JHtml::_('tabs.panel',$row['name'], 'tab'.$i); echo '
'; echo ''; $m = modWfmenuHelper::getCat($row['id'],2 ); echo implode("\r\n",$m); echo '
'; $i++; } } echo JHtml::_('tabs.end'); ?>
addScript('http://code.jquery.com/jquery-1.10.2.js'); $document->addScript('http://code.jquery.com/ui/1.11.4/jquery-ui.js'); ?>
0){$tar=$category_id;} else { if($matid) { $openedcat = $db->setQuery("SELECT category_id cat FROM #__zoo_category_item where item_id={$matid} and category_id<>0 and category_id>=2376")->loadAssoc(); if ($openedcat){$tar=$openedcat['cat'];} } } if ($tar<>'0') { $n=array(); $i=$tar; $n[]=$i; do { $list = $db->setQuery('SELECT id,alias,parent FROM #__zoo_category where id='.$i)->loadAssoc(); if ($list['id']<>'') { $i=$list['parent']; $n[]=$i; } } while ($list['parent']<>"0" and $list['parent']<>"2376"); } $m = modWfmenuHelper::getCatAccord2($rootid,0,$mymenuitem,$n,$tar ); echo implode("\r\n",$m); ?>