- Code: Select all
'UC_THUMBNAIL' => generate_image_link('thumbnail', $gallery_config['link_thumbnail'], $image_data['image_id'], $image_data['image_name'], $image_data['image_album_id']),
so the image shown on the album page is the same that is shown on the image page from this code.
- Code: Select all
'UC_IMAGE' => generate_image_link('medium', $gallery_config['link_imagepage'], $image_id, $image_data['image_name'], $album_id, ((substr($image_data['image_filename'], 0 -3) == 'gif') ? true : false), false),
Anyone knows how to do this?
Thanks in advance for any help!


