foreach ($children as $key => $child) {
$children[$key]['href'] = $this->url->link('product/category', 'path='.
$this->request->get['path'].'_'.$child['category_id'].$url);
}
foreach ($children as &$child) {
$child['href'] = $this->url->link('product/category', 'path='.
$this->request->get['path'].'_'.$child['category_id'].$url);
}