Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Keywords in Misc pages?  (Read 2371 times)

0 Members and 1 Guest are viewing this topic.

netfalls

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 58
    • Netfalls
Keywords in Misc pages?
« 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

Code: [Select]
<?php

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

?>

page content

Code: [Select]
<?php
pagefooter
();
?>

I would like to include keywords in those pages.

Any idea

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

Nibbler

  • Guest
Re: Keywords in Misc pages?
« Reply #1 on: February 06, 2006, 02:50:06 pm »

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

Code: [Select]
pageheader('Terms of Use', '<meta name="keywords" content="alpha, beta, gamma" />');
Logged
Pages: [1]   Go Up
 

Page created in 0.037 seconds with 19 queries.