Skip to content

Instantly share code, notes, and snippets.

@sivakumarbdu
Created February 10, 2012 13:04
Show Gist options
  • Save sivakumarbdu/1789564 to your computer and use it in GitHub Desktop.
Save sivakumarbdu/1789564 to your computer and use it in GitHub Desktop.
typo3 Page Level title
lib.nav = RECORDS
lib.nav {
source.data = leveluid:1
tables = pages
conf.pages = TEXT
conf.pages.field = nav_title
}
lib.nav = RECORDS
lib.nav {
source.data = leveluid:2
tables = pages
conf.pages = TEXT
conf.pages.field = nav_title
}
lib.nav = RECORDS
lib.nav {
source.data = leveluid:3
tables = pages
conf.pages = TEXT
conf.pages.field = nav_title
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment