Hi,
because I don't like manually inserting metadata in categories I'm coding it so system will do it for me :)
For now I'm doing it like this:
if ($this->section->id == ID) {
$this->document->setTitle($this->category->title);
$this->document->setMetaData( 'description', $this->category->title);
$this->document->setMetaData( 'keywords', $this->category->title);
}
This suits for categories but I don't want it for section. How can I exclude only section root from this?
I would also like to exclude this metadata in modules that are using this template.
Regards
Hi,
because I don't like manually inserting metadata in categories I'm coding it so system will do it for me :)
For now I'm doing it like this:
This suits for categories but I don't want it for section. How can I exclude only section root from this?
I would also like to exclude this metadata in modules that are using this template.
Regards