A block that displays the location and map links would be handy . I've been trying to use
?php
$output .= theme('location', $location);
print $output;?>that themes the block nicely but of course does nt add the data or the map links.
my php skills are greatly lacking and I dont really understand how to use the function theme_location
Ric
Comments
Comment #1
IamPter commentedShould look like this.
Comment #2
profpek commentedyeah missed the < when pasting. I know its expecting $location to be an array. so Am I right in thinking I need to do a sql query to get the address or is there a location function I'm missing?
Comment #3
catchClosing this very old support request.