This theme runs great for me with one (minor) exception: Hovering the cursor over primary links, one sees the actual URL without the defined alias. The links work, but I would prefer to maintain consistency and show the aliases only.

Drupal 5.1
PHP 5.2.1
MySQL 4.1.16

Comments

behindthepage’s picture

use the following code for primary links on line 26

print l( $links['title'], $links['href'] ). ' | ';

This "L" function creates a link checking for url alias and also for clean urls.

It is the way to go when creating links in Drupal.

Nice theme.

Regards
gpdinoz

behindthepage’s picture

Link to "L" function in Drupal api reference

http://api.drupal.org/api/5/function/l

Taz’s picture

There was possibly a reason why i changed from l(), although i can't think of it now. I'll change it back and i'll soon find out.

agileware’s picture

Status: Active » Closed (fixed)