Hello,
I have phpBB3 3.0.4 and the includes/functions.php make customization in:
$this->meta['meta_title_def'] = $config['sitename'];
$this->meta['meta_desc_def'] = $config['site_desc'];
$this->meta['meta_keywords_def'] = $config['site_desc'];
$this->meta['meta_lang'] = $config['default_lang'];
$this->meta['meta_cat'] = 'general';
$this->meta['meta_robots_def'] = 'index,follow';
$this->meta['meta_distrib'] = 'global';
$this->meta['meta_restype'] = 'document';
$this->meta['meta_copy'] = $config['sitename'];
Or in 3.0.4 , "$this->meta" does not exist.
Can you tell me where the custmization shall be made in this case?
Kind regards,

English |
French
