Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

get_slideshow_files_data()

Description

Get data for each image that should be used on the slideshow.
The format of the returned array should be:
Array
(
[0] => Array
(
[ref] => 1
[resource_ref] =>
[homepage_show] => 1
[featured_collections_show] => 0
[login_show] => 1
[file_path] => /var/www/filestore/system/slideshow_1bf4796ac6f051a/1.jpg
[checksum] => 1539875502
)

[1] => Array
(
[ref] => 4
[resource_ref] => 19
[homepage_show] => 1
[featured_collections_show] => 0
[login_show] => 0
[file_path] => /var/www/filestore/system/slideshow_1bf4796ac6f051a/4.jpg
[checksum] => 1542818794
[link] => http://localhost/?r=19
)

)

Parameters

This function accepts no parameters.

Return

array

This article was last updated 19th March 2024 04:35 Europe/London time based on the source file dated 11th March 2024 11:40 Europe/London time.