photoswipe_test_theme.theme in PhotoSwipe 3.x
Theme to help test the Photoswipe module.
File
tests/themes/photoswipe_test_theme/photoswipe_test_theme.themeView 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;
}
Functions
Name | Description |
---|---|
photoswipe_test_theme_photoswipe_js_options_alter | Implements hook_photoswipe_js_options_alter(). |