[TYPO3] retrieving fields from tables
Christopher
bedlamhotel at gmail.com
Thu Aug 24 17:04:22 CEST 2006
Hi,
On 8/24/06, Cate & Peter <catepeter at optusnet.com.au> wrote:
>
> Hi all
>
> I am trying to pull the page name from table "pages" , and am having very
> little success.
>
> So far I have
<snip>
> I am getting nothing at all.
>
> What am I missing?
What are you trying to do, show ALL page titles, or just one? If just
one, then something like this will be better:
lib.pagename = HTML
lib.pagename {
value {
data = page:title
wrap = <span class="pagetitle">|</span>
}
}
If you were trying to get all/many page titles, then you should
probably use HMENU/TMENU.
-Christopher
More information about the TYPO3-english
mailing list