coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: netfalls on February 06, 2006, 01:25:19 PM

Title: Keywords in Misc pages?
Post by: netfalls on February 06, 2006, 01:25:19 PM
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
Title: Re: Keywords in Misc pages?
Post by: Nibbler on February 06, 2006, 02:50:06 PM
You can do that easily, just tell pageheader() what extra stuff to add.

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