Keywords in Misc pages? Keywords in Misc pages?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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