Yup looks like it thanks for the help though, sure you've got me on the right track
--------------- Added 21 Dec 2009 at 18:37 ---------------
Getting there...
Code:
$templater->register('event_giglistrowticket', $event_giglistrowticket);
needed added after the second loop closed to bring the variable into the first loop. Now all I need to do is clear the variable after each loop I think so it's not constantly storing the same links. from the previous time.
All sorted with addition of $event_giglistrowticket=''; after $event_giglistrow .= $templater->render();
Hopefully this helps someone else in future.