actually the title is the whole question.
I just want to modify the template so that the current page title is automatically shown (i\'m working with html templates so I
lib.page_title = CONTENT
lib.page_title {
table = pages
select {
where = uid = 2
}
renderObj = COA
renderObj {
10 = TEXT
10 {
field = title
wrap = |
}
20 = TEXT
20 {
field = subtitle
stdWrap.required = 1
stdWrap.wrap = |
}
}
}
call the lib.page_title where want to render typoscript with this lines
I hope this helps !!!