Index: trunk/extensions/FundraiserLandingPage/FundraiserLandingPage.body.php |
— | — | @@ -19,6 +19,9 @@ |
20 | 20 | $request = $this->getRequest(); |
21 | 21 | $this->setHeaders(); |
22 | 22 | |
| 23 | + # set the page title to something useful |
| 24 | + $this->getOutput()->setPagetitle( wfMsg( 'donate_interface-make-your-donation' ) ); |
| 25 | + |
23 | 26 | # clear output variable to be safe |
24 | 27 | $output = ''; |
25 | 28 | |