I tried and read everything but i can't get it working. The actual documentation does not really help.

1. Iam using a custom php template where i defined primary and secondary links this way:

if (isset($primary_links)) :
print theme('links', $primary_links, array('class' => 'links primary-links'))
endif;

if (isset($secondary_links)) :
print theme('links', $secondary_links, array('class' => 'links secondary-links'))
endif;

Do i need to change anything here or anything general in my template?

2. I create a template.php file because i haven't icluded one yet and paste your snippet inside. After i upload the template.php my whole site get unusable and it doesn't matter whether your module is active or not.

What's wrong?

Comments

krahe’s picture

Look here: http://drupal.org/node/169965 and with views integration here: http://drupal.org/node/166332

sun’s picture

Status: Active » Closed (won't fix)

Sorry, Menu Trails for Drupal 5 is not actively developed/maintained anymore. Only issues containing patches may still be considered. Feel free to re-open this issue if you want to provide a patch.