Monday, November 13, 2006, 9:18:55 PM, dso wrote:
> How can I include a PICS label in all generated wiki pages?
> http://www.w3.org/PICS/labels.html
add to config.php:
$HTMLHeaderFmt['picslabel'] = "
<META http-equiv='PICS-Label' content='labellist'>";
labellist will be your label information.
Escape any double quotes in your label: \"
Hans