Index: trunk/extensions/ContributionReporting/ContributionHistory_body.php |
— | — | @@ -69,12 +69,12 @@ |
70 | 70 | $output .= '</table>'; |
71 | 71 | |
72 | 72 | header( 'Cache-Control: max-age=300,s-maxage=300' ); |
73 | | - $wgOut->addWikiText( '{{Template:Donate-header/' . $language . '}}' ); |
| 73 | + $wgOut->addWikiText( '{{Template:2008/Donate-header/' . $language . '}}' ); |
74 | 74 | $wgOut->addWikiText( '<skin>Tomas</skin>' ); |
75 | 75 | $wgOut->addHTML( '<h1>' . $this->msg( 'contrib-hist-header' ) . '</h1>' ); |
76 | | - $wgOut->addWikiText( '<strong>{{Template:Contribution history introduction/' . $language . '}}</strong>' ); |
| 76 | + $wgOut->addWikiText( '<strong>{{Template:2008/Contribution history introduction/' . $language . '}}</strong>' ); |
77 | 77 | $wgOut->addHTML( $output ); |
78 | | - $wgOut->addWikiText( '{{Template:Donate-footer/' . $language . '}}' ); |
| 78 | + $wgOut->addWikiText( '{{Template:2008/Donate-footer/' . $language . '}}' ); |
79 | 79 | } |
80 | 80 | |
81 | 81 | function msg( $key ) { |