Closed (fixed)
Project:
Location
Version:
6.x-3.1-rc1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2009 at 22:54 UTC
Updated:
23 Jan 2011 at 05:40 UTC
Hi all,
it's possible to remove entirely the location info (title and location vcard) inside the node? I want only the gmap in the page...
Thanks to all.
Comments
Comment #1
Funkwarrior commentedHow can I do that?
Comment #2
rooby commentedThe location output is created by the location.tpl.php template file.
You can override that in your theme to make it display however you like.
You can also use its preprocess function template_preprocess_location(&$variables) to add to the available variables in that tpl file.