Hi,
Was wondering is it possible to make seperate changes to album etc pages without affecting the layout of the main coppermine page.
What kind of changes are you looking for?
I just want to have a banner displayed at the bottom of all the pages apart from the main one.
bump :)
themes/yourtheme/template.html
The thing with editing template.html is that it would affect the first page, which kingspice wanted to make different than the rest.
for more details, he'd have to post details on what he was trying to accomplish exactly...
Joachim
Sorry thought I had made it clear,
I'd like to make it so that a graphic is displayed on all coppermine pages except coppermine/index.php.
Editting template.html reflects all pages.
best bet would be to add some code into theme.php with an if-clause, checking for $cat != 0
Joachim