Keywords in Misc pages? Keywords in Misc pages?
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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" />');