Friday 22 April 2005 3:18:35 am
This code shows random image from folder 73. If I change it to 51 it shows nothing. Why?
{let randomised_array=fetch('content','tree', hash('parent_node_id', '73',
class_filter_type, "include", class_filter_array, array(5)))|shuffle}
{section name=random loop=$randomised_array max=1}
<img src={$random:item.object.data_map.image.content[medium].full_path|ezroot} border="0">
{/section}
{/let}
|