Keywords in Misc pages? Keywords in Misc pages?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Keywords in Misc pages?

Started by netfalls, February 06, 2006, 01:25:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

netfalls

Hello,

Is there a way to include keywords in misc pages

I use several extra pages on Coppermine

<?php

define
('IN_COPPERMINE'true);
require(
'include/init.inc.php');
pageheader('Terms of Use');

?>


page content

<?php
pagefooter
();
?>


I would like to include keywords in those pages.

Any idea

Thanx
In my view you cannot claim to have seen something until you have photographed it

Nibbler

You can do that easily, just tell pageheader() what extra stuff to add.

pageheader('Terms of Use', '<meta name="keywords" content="alpha, beta, gamma" />');