[TYPO3-dev] Configuration feature in web->page pagetree

Tapio Markula tapio.markula at atwebteam.com
Thu Mar 1 13:59:17 CET 2007


Steffen Stein kirjoitti:
> Benjamin Mack wrote:
>> interesting idea. Is this patch made against 4.1 (trunk) or the 4.0
>> version?
> It's against 4.0 (stable)


be aware that the class localPageTree doesn't exist anymore in
Typo3 4.1.
I met this problem making XCLASS for navigation frames.


class ux_localPageTree extends localPageTree {

I got error message that the parent class 'localPageTree'
doesn't exist, when ux_... can't extend non-existing class!

I must create for 4.1 totally new XCLASS file




More information about the TYPO3-dev mailing list