[TYPO3] Change the title of a page from TS
Jan Bednarik
info at bednarik.org
Sun Feb 26 16:47:29 CET 2006
Hi,
based on Dmitrys solution, I get to work this for tt_products, it might
help you:
temp = CONTENT
temp {
table = tt_products
select {
selectFields = title
where = hidden=0 and deleted=0
andWhere {
data = GPvar:tt_products
wrap = uid=|
}
}
renderObj = TEXT
renderObj.field = title
stdWrap.ifEmpty.field = title
}
page.10.subparts.LISTHEADER < temp
--
Jan Bednarik
More information about the TYPO3-english
mailing list