--- Amor_Azul/template.php 2008-08-11 14:51:19.000000000 +0200 +++ template_links_solved.php 2008-08-11 23:41:31.000000000 +0200 @@ -104,7 +104,7 @@ $output = ''; $link['fragment'] = isset($link['fragment']) ? $link['fragment'] : NULL; if (isset($link['href'])) { - $output .= l($link['title'], $link['href'], $link['attributes'], $link['query'], $link['fragment'], FALSE, $html); + $output .= l($link['title'], $link['href'], array('attributes' => $link['attributes'], 'query' => $link['query'], 'fragment' => $link['fragment'], 'alias' => FALSE, 'html' => $html)); } else if ($link['title']) { //Some links are actually not links, but we wrap these in for adding title and class attributes