diff --git a/includes/OSMCALWidget.php b/includes/OSMCALWidget.php index 73b0189..7fe0162 100644 --- a/includes/OSMCALWidget.php +++ b/includes/OSMCALWidget.php @@ -44,7 +44,9 @@ public static function renderCalendar( $input, array $args, Parser $parser, PPFr $out .= ''; if ($banner) { - $out .= '
OSMCAL Logo Add your event to OpenStreetMap Calendar
'; + global $wgExtensionAssetsPath; + + $out .= '
OSMCAL Logo Add your event to OpenStreetMap Calendar
'; } return $out; }