What is the best way to set
?
where and how
Best Regards Remco
Hello Remco,
The meta tags are output by html/header.php. I would add your new tag after the following line, as this is where the other meta tags (description, keywords etc.) are set...
<title><?php print (isset($header["title"])?$header["title"]:$config_title); ?></title>
Cheers, David.
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hello Remco,
The meta tags are output by html/header.php. I would add your new tag after the following line, as this is where the other meta tags (description, keywords etc.) are set...
<title><?php print (isset($header["title"])?$header["title"]:$config_title); ?></title>
Cheers,
David.