The NOTITLE extension is broken. For example: http://www.mediawiki.org/wiki/Extension_talk:NoTitle
So, I would like to change the h1.class as-drawn by my custom skin based on if the article content has the text __NOTITLE__ in it.
Inside the skin, I see a $this parameter but dont know how to access the text within the current page/article from that pointer. Printing the $this shows it is a "ADNSkinTemplate" object (which I dont see a file for in the system, although my sin is named ADNSkin).
Does someone know how I can get at that text to look for the __NOTITLE__ keyword?
Mike