[pmwiki-users] about PITS/00624 (keywords)
Hans
design at softflow.co.uk
Fri Jan 27 05:21:32 CST 2006
Friday, January 27, 2006, 11:12:47 AM, blues wrote:
> but, in the stdmarkup.php file there is a line:
> HTMLHeaderFmt['meta'] = 'function:PrintMetaTags';
> which does not use the SDV() or SDVA() function to assign a
> default value, so I cannot override it with my own function...
> how can I do it?
> is it necessary to change it to use SDV or there is another way?
try this:
set HTMLHeaderFmt['meta'] = "";
and HTMLHeaderFmt['custommeta'] = function:CustomPrintMetaTags';
then define your own CustomPrintMetaTags function.
Best,
~Hans
More information about the pmwiki-users
mailing list