Hi folks!
I would like to display page author on my typo3 page and I have marked
up ###AUTHOR### in my HTML template and my Template TS is:
subparts {
AUTHOR = TEXT
AUTHOR.value = Author:
insertData = 1
AUTHOR.data = {page:author}
}
What I see is Author on the page but I have no name... What could be
wrong?
Cheers,
Almir