mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-19 06:34:03 +09:00
Renamed widget title
This commit is contained in:
@@ -87,9 +87,8 @@ class WPStrava_LatestMapWidget extends WP_Widget {
|
||||
|
||||
if ( $ride ):
|
||||
echo $before_widget;
|
||||
//die('<pre>' . print_r($ride, true));
|
||||
?><h3 class="widget-title"><?php echo $ride->ride->name ?></h3>
|
||||
<a href="http://app.strava.com/activities/<?php echo $ride->id ?>"><?php
|
||||
?><h3 class="widget-title">Latest Ride</h3>
|
||||
<a title="<?php echo $ride->ride->name ?>" href="http://app.strava.com/activities/<?php echo $ride->id ?>"><?php
|
||||
echo $this->getStaticImage( $ride->id, $build_new );
|
||||
?></a><?php
|
||||
echo $after_widget;
|
||||
|
||||
Reference in New Issue
Block a user