File: //home/bk/efi/eficenter.ru/modules/article/tree_article.php
<?
function get_categories_xml_articles($iName, $title) {
global $server, $lang;
if( empty($iName) ) return false;
$xml = "<item text=\"". htmlspecialchars($title) ."\" id=\"". (rand(1, 1000)) . "_" . $iName ."\" im0=\"".$iName.".gif\" im1=\"".$iName.".gif\" im2=\"".$iName.".gif\" ><userdata name=\"path\">name=".$iName."</userdata></item>";
return $xml;
}
$list_modules_xml .= get_categories_xml_articles($db->f ('name'), $db->f ('title'));
?>