On Fri, May 29, 2009 at 10:49 AM, magggus <[email protected]> wrote: > I've seen that the variable is defined in 'OutputPage.php'. > But I can't follow the steps which fill the variable. > > The problem is that I want to duplicate the content area within each article > to > display some kind of meta content. > Therefore I try to understand how the value of $mBodytext is set to duplicate > and adapt the necessary areas within the code and the DB.
You should instead investigate our Hooks infrastructure at: http://www.mediawiki.org/wiki/Manual:Hooks A good hook for this purpose would be ArticleViewHeader. -- Andrew Garrett _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
