You are here

function gallery_assist_build_div in Gallery Assist 6

1 call to gallery_assist_build_div()
gallery_assist_display_item_default in ./gallery_assist.module
Build the output to display each gallery image. Call the own pager and the theme.

File

./gallery_assist.module, line 4096
Drupal content type with gallery functionality.

Code

function gallery_assist_build_div($link, $class = 'default-container') {
  return '<div class="clear-block ga-' . $class . '">' . $link . '</div>';
}