forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: kingspice on March 16, 2005, 07:13:08 pm

Title: Update Non Main Page Template
Post by: kingspice on March 16, 2005, 07:13:08 pm
Hi,
Was wondering is it possible to make seperate changes to album etc pages without affecting the layout of the main coppermine page.
Title: Re: Update Non Main Page Template
Post by: Tranz on March 16, 2005, 08:59:38 pm
What kind of changes are you looking for?
Title: Re: Update Non Main Page Template
Post by: kingspice on March 17, 2005, 03:09:01 pm
I just want to have a banner displayed at the bottom of all the pages apart from the main one.
Title: Re: Update Non Main Page Template
Post by: kingspice on March 18, 2005, 10:43:48 am
bump :)
Title: Re: Update Non Main Page Template
Post by: Joachim Müller on March 18, 2005, 10:51:12 am
themes/yourtheme/template.html
Title: Re: Update Non Main Page Template
Post by: Tranz on March 18, 2005, 05:19:29 pm
The thing with editing template.html is that it would affect the first page, which kingspice wanted to make different than the rest.
Title: Re: Update Non Main Page Template
Post by: Joachim Müller on March 18, 2005, 06:13:31 pm
for more details, he'd have to post details on what he was trying to accomplish exactly...

Joachim
Title: Re: Update Non Main Page Template
Post by: kingspice on March 19, 2005, 09:30:56 pm
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.

Title: Re: Update Non Main Page Template
Post by: Joachim Müller on March 20, 2005, 12:09:49 pm
best bet would be to add some code into theme.php with an if-clause, checking for $cat != 0

Joachim