[TYPO3] TS code differency [t3-newbie]

maaboo maaboo at gmail.com
Wed Sep 24 16:21:30 CEST 2008


Why substituting {page:14}->http://mysite.name works in this case:

lib.head = COA
lib.head.10 = TEXT
lib.head.10{
    value (
    <a href="{page:14}" name="pagetop" id="pagetop">
    <h1><span>Sitename.</span></h1></a>
    )
    insertData = 1
}

but doesn't work here with {page:35}:

lib.newsholder = COA
lib.newsholder {
    10 = TEXT
    10 {
    value (
        <div class="l1h">
        <a href="{page:35}">Page name</a>
        </div>
        )
        insertData = 1
    }

?

-- 
with respect, Grigory
ICQ UIN: 22694713


More information about the TYPO3-english mailing list