function theme_supersized_thumbnail_navigation in Supersized 7
Same name and namespace in other branches
- 8 supersized.module \theme_supersized_thumbnail_navigation()
Theme fuction for thumbnail_navigation.
1 theme call to theme_supersized_thumbnail_navigation()
- supersized_run in ./
supersized.run.inc - Start supersized with Supersized plugin.
File
- ./
supersized.module, line 237 - Supersized module file.
Code
function theme_supersized_thumbnail_navigation() {
return '<div id="prevthumb"></div><div id="nextthumb"></div>';
}