Tag: link
-
Image rollover on primary links Drupal howto
Tested on: Drupal 5.x Zen theme Requirements: JQuery Update Do you remember my Customize links menu in Drupal mini-howto? You can use it to change text links in image links renaming and customizing theme_links function (from theme.inc) and adding it to your template.php. On your template.php file, you have something like this: $imglink_path = path_to_theme() […]