Sebastien BARRE wrote:
At 3/3/2005 03:02 PM, Rowan Collins wrote:
You got me, that's what I was planning to do :) Save it somewhere, override it, then restore it. Evil, but it's a small website. I thought OutputPage::output() would be the right place to do it, but you are right, I just grepped for ->getSkin(), and it's scary how many times it is invoked. I would have to test exactly where a hook would solve my problem, but feel free to put one in ::output() already, I'm pretty sure it would be useful. Or is 1.4 already released ?
Sebastian,
I might be totally wrong but why not put the call to the hook mechanism in getSkin() function if you want quick and dirty fix? :)