You are here

photoswipe_test_theme.theme in PhotoSwipe 3.x

Theme to help test the Photoswipe module.

File

tests/themes/photoswipe_test_theme/photoswipe_test_theme.theme
View source
<?php

/**
 * @file
 * Theme to help test the Photoswipe module.
 */

/**
 * Implements hook_photoswipe_js_options_alter().
 */
function photoswipe_test_theme_photoswipe_js_options_alter(array &$settings) {
  $settings['loop'] = FALSE;
}