Hello

Some of my static pages on my drupal site use tabs, by having an un-ordered list at the top of each of the pages defining the tabs and rendered according to the CSS for tabs. This has replicated the tabs seen in a lot of the administration pages.

However, I would now like my image galleries to appear on a tabbed page. i.e. I need the image gallery page to have my unordered-list for rendering the tabs at the top.

Can anyone think of how to do this?

Thanks

Andrew

p.s. my initial thought has been to simply add this somewhere in image.module in the function where the page is rendered - is this the only way?