Index: trunk/phase3/includes/Xml.php |
— | — | @@ -776,10 +776,10 @@ |
777 | 777 | * |
778 | 778 | * @return string |
779 | 779 | */ |
780 | | - static function infoBox( $text, $icon, $alt, $class = false, $useStypePath = true ) { |
| 780 | + static function infoBox( $text, $icon, $alt, $class = false, $useStylePath = true ) { |
781 | 781 | global $wgStylePath; |
782 | 782 | |
783 | | - if ( $useStypePath ) { |
| 783 | + if ( $useStylePath ) { |
784 | 784 | $icon = $wgStylePath.'/common/images/'.$icon; |
785 | 785 | } |
786 | 786 | |