I would like to move the filmstrip above the picture. Is that possible and what page would Ihave to modify to accomplish this?
Thanks in advance.
move:
if ($CONFIG['display_film_strip'] == 1) {
echo $film_strip;
}
above:
starttable();
echo $picture;
endtable();
in theme.php
-T