[TYPO3-dev] Strange XCLASS problem
Tapio Markula
tapio.markula at dnainternet.net
Mon Jun 26 12:20:47 CEST 2006
Hi
I found strange XCLASS problem.
I made XCLASS for template.php
function startPage()
doesn't work.
In some files Typo3 uses the version, which
has been defined in
template.php
and sometimes the version, which I have defined in
class.ux_template.php
The most strange issue is that the
class.ux_template.php
has redefined function getDynTabMenu(),
which works even if
function startPage() doesn't work.
This case concerns alt_doc.php,
which uses original version of
startPage() but altered version
of getDynTabMenu().
Concerning TemplaVoila view
getDynTabMenu() doesn't work eiher
Seems that XCLASS for template.php has no effect.
I don't understand this.
More information about the TYPO3-dev
mailing list