You are here

function theme_supersized_thumb_links in Supersized 8

Same name and namespace in other branches
  1. 7 supersized.module \theme_supersized_thumb_links()

Theme fuction for thumb_links.

1 theme call to theme_supersized_thumb_links()
supersized_run in ./supersized.run.inc
Start supersized with Supersized plugin.

File

./supersized.module, line 244
Supersized module file.

Code

function theme_supersized_thumb_links() {
  return '<div id="thumb-tray" class="load-item"><div id="thumb-back"></div><div id="thumb-forward"></div></div>';
}