global $sourcedir, $user_info, $ID_MEMBER, $context, $txt, $galurl, $galurl2, $scripturl, $settings, $db_prefix; // loadLanguage('Aeva'); // @include_once($sourcedir . '/Aeva-Subs.php'); // echo aeva_listItems(aeva_getMediaItems(0, 3, 'RAND()'), false, '', 1); require_once($sourcedir . '/Aeva-Subs.php'); // loadMGal_Settings(); loadLanguage('Aeva'); // Random=0 or Latest = 1 $blocktype = 1; // "thumb" or "preview" $blockimagetype = thumb; // $blockFolder = $boarddir . '/Themes/default/aeva'; // $blockItemsFile = $scrollerFolder . '/imageScrollerItems.xml'; // How many pictures $blockMaxItems = 1; $blockoffset = 0; // width of block in percent $boxwidth = 100; if ($blocktype = 1 ) { //Random $items = aeva_getMediaItems($blockoffset, $blockMaxItems, 'rand()', true, array(1), 'm.type = "image" AND a.access LIKE "%-1%" AND a.passwd=""'); } else { //Latest $items = aeva_getMediaItems($blockoffset, $blockMaxItems, 'm.id_media DESC', true, array(1), 'm.type = "image" AND a.access LIKE "%-1%" AND a.passwd=""'); } echo '