hi there,

i am currently building a theme for Drupal 5.x. It's essential for me to mark the last link of the primary links with a special class. I haven't found a way to do that yet. Could you help me?

Thanks in advance.

Comments

dvessel’s picture

Look inside Garland which uses theme_links() to generate the primary links. It ends up as an unordered list with a ".first" and ".last" class.

bloomaniac’s picture

thank you.

works great.

--
bloomaniac