Refering to the last post in this thread: http://www.e-dynamics.be/bbpress/topic.php?id=1670
I’ve tried to find the section mentioned…does this look like the correct place?
$location_page_link = eme_location_url($location);
$location_name = “{$location_name}“;
}
$out .= “<li class=”location-{$location}”>{$location_name}”;
I changed that to this…
$location_page_link = eme_location_url($location);
$location_name = “{$location_name}“;
$location_imgdisplay = “<img src='”.$location.”alt='”.eme_trans_sanitize_html($location).”‘/>”;
}
$out .= “<li class=”location-{$location}”>{$location_name}, {$location_imgdisplay}”;
My location list now shows a broken image (red ‘x’). I believe its not getting the correct URL of the image.
Any help is greatly appreciated,
Thanks,