You are here

function theme_supersized_thumbnail_navigation in Supersized 8

Same name and namespace in other branches
  1. 7 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>';
}