coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: James Payne on April 13, 2007, 05:35:53 PM

Title: Splitting Page Layout with DIV's
Post by: James Payne on April 13, 2007, 05:35:53 PM
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
Title: Re: Splitting Page Layout with DIV's
Post by: Sami on April 13, 2007, 10:55:09 PM
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