Actions
Feature #17989
closedXCLASS: how to override a function in class.t3lib_browsetree.php
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-01-14
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
i would like ti XCLASS the getTitleStr() function in class.t3lib_browsetree.php so to render the page titles customized this way:
i added a special field to the pages with special doktype (call it "pagecode")
i need the getTitleStr() to render the page title "pagecode: title", when the doktype is x.
i could patch easily the core to do this, but was not able to write the correct XCLASS to make it an extension.
there is a complex class inheritage structure.. some classes are used by the Core...
PS: i need this working on 4.1 AND 4.2 trunk
(issue imported from #M7142)
Actions