Skip to content

Commit

Permalink
link to "add event"
Browse files Browse the repository at this point in the history
  • Loading branch information
thomersch committed Dec 2, 2020
1 parent a9ec6e0 commit c30ddfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/OSMCALWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public static function renderCalendar( $input, array $args, Parser $parser, PPFr
if ($banner) {
global $wgExtensionAssetsPath;

$out .= '<div class="osmcal-banner"><a href="https://osmcal.org"><img src="'. $wgExtensionAssetsPath .'/OSMCALWikiWidget/resources/osmcal-icon.png" alt="OSMCAL Logo" width="24" height="24"> Add your event to OpenStreetMap Calendar</div></a>';
$out .= '<div class="osmcal-banner"><a href="https://osmcal.org/event/add/"><img src="'. $wgExtensionAssetsPath .'/OSMCALWikiWidget/resources/osmcal-icon.png" alt="OSMCAL Logo" width="24" height="24"> Add your event to OpenStreetMap Calendar</div></a>';
}
return $out;
}
Expand Down

0 comments on commit c30ddfd

Please sign in to comment.