From: Jens Frank Date: Thu, 29 Jan 2004 23:06:01 +0000 (+0000) Subject: cosmetic changes, for styleguide compliance X-Git-Tag: 1.3.0beta1~1073 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/journal.php?a=commitdiff_plain;h=b1de8112a85c320a05d868841cb3c2433f8ac5bb;p=lhc%2Fweb%2Fwiklou.git cosmetic changes, for styleguide compliance --- diff --git a/includes/ImagePage.php b/includes/ImagePage.php index e644549dd0..7651dedcee 100644 --- a/includes/ImagePage.php +++ b/includes/ImagePage.php @@ -42,16 +42,13 @@ class ImagePage extends Article { } else { $s .= "
".$sk->makeMediaLink($name,"")."
"; } - $wgOut->AddHTML( $s ); + $wgOut->addHTML( $s ); } } function closeShowImage() { - global $wgOut, $wgUser; - $sk = $wgUser->getSkin(); - $s = ""; - $wgOut->AddHTML( $s ); + # For overloading } # If the page we've just displayed is in the "Image" namespace,