Skip to content

Provide a super light weight implementation of a super light weight slideshow.

Notifications You must be signed in to change notification settings

PropertyBrands/btt-mod-d7-wallop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A helper module for implementing Wallop slideshows. This module has no UI or configuration. It just provides a theme function and mechanism for including the Wallop slideshow assets.

Usage:

<?php
$render = array(
  '#theme' => 'wallop_slideshow',
  '#slides' => array(
    'This is a string',
    array(
      '#theme' => 'image',
      '#url' => '../../path/to/image.jpg'
    ),
  ),
);

print drupal_render($render);

Installation of Submodule:

git submodule add -b 7.x-1.x-dev --name sites/all/modules/bluetent/wallop [email protected]:PropertyBrands/btt-mod-d7-wallop.git sites/all/modules/bluetent/wallop

About

Provide a super light weight implementation of a super light weight slideshow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published