Update Non Main Page Template Update Non Main Page Template
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Update Non Main Page Template

Started by kingspice, March 16, 2005, 07:13:08 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kingspice

Hi,
Was wondering is it possible to make seperate changes to album etc pages without affecting the layout of the main coppermine page.

Tranz

What kind of changes are you looking for?

kingspice

I just want to have a banner displayed at the bottom of all the pages apart from the main one.

kingspice


Joachim Müller


Tranz

The thing with editing template.html is that it would affect the first page, which kingspice wanted to make different than the rest.

Joachim Müller

for more details, he'd have to post details on what he was trying to accomplish exactly...

Joachim

kingspice

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.


Joachim Müller

best bet would be to add some code into theme.php with an if-clause, checking for $cat != 0

Joachim