How Joomla Module Random Image Works
This module displays a random image from your chosen folder.
Module Parameters
The module has five parameters:
- Image Type (text)
- Image Folder (text)
- Link (text)
- Width (number)
- Height (number)
Helper File
The helper file has three functions:
- public static function getRandomImage(&$params, $images)
- public static function getImages(&$params, $folder)
- public static function getFolder(&$params)