Keywords in Misc pages? Keywords in Misc pages?
 

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

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