This project is not covered by Drupal’s security advisory policy.
The photo layover module lets users add overlay captions to their photos. The captions are by default hidden, but on mouseover they slide into view.
There are two ways to use this module.
1. As a filter on a node content type
2. By manually calling theme('photo_layover')
Filter:
The filter replaces the theme on the flickr filter that comes with the flickr module and also adds another [photo-layover] filter.
theme('photo_layover', ...):
To manually call the theme function from another module or theme use the following parameters:
theme('photo_layover', $img, $info, $options);
See photo-layover.tpl.php for the full range and description of all of the $info and $option parameters.
Project information
- Project categories: Content display, Developer tools
1 site reports using this module
- By hadsie on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

