Hi

I am trying to upgrade my theme from Drupal 5 to Drupal 6. Everything seems okay except the $links in node.tpl.php and comments.tpl.php are displaying "array" instead of the regular normal links. This seems to be specific to my theme. No such issue occurs while using Garland theme. I tried to compare my theme to the garland's theme, nothing seems amiss. Is there anything very obvious I am missing?

Please help! Thanks.

Comments

nimbupani’s picture

I fixed it by adding this: http://api.drupal.org/api/function/theme_links/6 as phptemplate_links. Though not sure why I got the error in the first place.