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

IamPter’s picture

Should look like this.

<?php
$output .= theme('location', $location);
print $output;?>
profpek’s picture

yeah 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?

catch’s picture

Status: Active » Closed (fixed)

Closing this very old support request.