[Typo3-dev] Gathering META tag information from root page

Christian Zehaczek christian.zehaczek at newidentity.de
Thu Jul 1 14:46:11 CEST 2004


Hi all,

i just updated my template so users can set some meta tags within the
template by simply modifying their root page fields (author, description,
...).

This works fine with the following TS:

  # Gathering META TAG Information
  meta.author = TEXT
  meta.author.field = author
  meta.email = TEXT
  meta.email.field = author_email
  meta.keywords = TEXT
  meta.keywords.field = keywords
  meta.description = TEXT
  meta.description.field = description
  meta.language = {$const.page.language}

but of course, for the root page only.
How can i force the fields to get the values always from the first level
page ??

Thanks in advance,
Christian






More information about the TYPO3-dev mailing list