You are here

function photoswipe_test_theme_photoswipe_js_options_alter in PhotoSwipe 3.x

Implements hook_photoswipe_js_options_alter().

File

tests/themes/photoswipe_test_theme/photoswipe_test_theme.theme, line 11
Theme to help test the Photoswipe module.

Code

function photoswipe_test_theme_photoswipe_js_options_alter(array &$settings) {
  $settings['loop'] = FALSE;
}