Closed (duplicate)
Project:
Domain
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
26 Sep 2008 at 06:09 UTC
Updated:
16 May 2024 at 00:49 UTC
Comments
Comment #1
agentrickardIf you use Domain Conf, you can write an implementation of hook_domainconf() to allow different keys per domain.
That feature was actually put in for GMap a long time ago -- http://drupal.org/node/202671. Note, however, that such implementations of contrib modules will never be released as part of the DA code. It would be fairly trivial to add the hook to the GMap module.
You can also create a domain_conf.inc file and put the function there. See the Domain Conf README file and the API.php documentation.