The primary links don't work in Drupal 5. I fixed it with this (probably very insecure) patch.

CommentFileSizeAuthor
summerholiday.patch538 bytesjohanv

Comments

johanv’s picture

What I did in this line:

$output .= '<li><span><a href="' . $link['href'] . '">' . $link['title'] . '</a></span></li>';

is incorrect. In my case

$output .= '<li><span><a href="/' . $link['href'] . '">' . $link['title'] . '</a></span></li>';

works, but this is because I have ‘clean urls’, and my site is not in a subdirectory. A more elegant solution definitely exists, but I am kind of new to Drupal development.

Gurpartap Singh’s picture

Status: Active » Closed (fixed)

The theme has been removed, since the template was not GPL licensed, which is a prerequisite for hosting code on Drupal.org's CVS. #143795