Если не ошибся в подсчёте то там следующее:<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1-->// Add our own id & our descendants to all the categories above
if (isset($this->data[ $row['id'] ]['descendants']))
{
$to_add = array_merge($this->data[ $row['id'] ]['descendants'], array($row['id']));
}
else
{
$to_add = array($row['id']);
}
$this->_set_decendants($row['parent'],$to_add);
}
$this->data[0]['name'] = $root;
}<!--c2--></div><!--ec2-->
В readme вообще про *цензура*ды ничего не сказано или на локалке галерея их не требует, а потребует на сервере?