Hi guys,
I'm really getting into using Coppermine - thanks for a great service.
I want to separate the elements on pages such as index.php and display image.php. I would like to put the content into div's so that I can style these elements individually rather than having them all display in one table and having to edit table rows. The elements are things like 'category' 'random files' 'latest additions' the film strip, and 'rate this image'.
Is there a single file that deals with the layout as found in Joomla and how would I go about achieving this?
Thanks
James P
You should code it on your custom theme's theme.php
In your case I think you should code custom starttable() function
check {gallery-root}\themes\sample\theme.php to get the idea