Closed (fixed)
Project:
Location
Version:
4.6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2005 at 17:05 UTC
Updated:
22 Feb 2008 at 10:14 UTC
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.