By bloomaniac on
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.
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
Look inside Garland which
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.
thanks
thank you.
works great.
--
bloomaniac