From: Tim Starling Date: Sat, 7 Aug 2004 05:44:23 +0000 (+0000) Subject: comment X-Git-Tag: 1.5.0alpha1~2484 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=adc79a170c77bc1203f45e47a54c9cfa08307990;p=lhc%2Fweb%2Fwiklou.git comment --- diff --git a/includes/Skin.php b/includes/Skin.php index ac21c370c8..08c145ca32 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1872,7 +1872,8 @@ class Skin { return str_replace("\n", ' ',$prefix.$s.$postfix); } - + # Make HTML for a thumbnail including image, border and caption + # $img is an Image object function makeThumbLinkObj( $img, $label = '', $align = 'right', $boxwidth = 180, $boxheight=false, $framed=false , $manual_thumb = "" ) { global $wgStylePath, $wgLang; # $image = Title::makeTitle( Namespace::getImage(), $name );