From 08b4a8007503f580ebe85527124b452de5832dd3 Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 15 Apr 2010 15:29:12 +0000 Subject: Googlemaps support added for ECML. git-svn-id: http://code.elgg.org/elgg/trunk@5744 36083f99-b078-4883-b0ff-0f9b5a30f544 --- .../views/default/ecml/keywords/googlemaps.php | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 mod/ecml/views/default/ecml/keywords/googlemaps.php (limited to 'mod/ecml/views/default') diff --git a/mod/ecml/views/default/ecml/keywords/googlemaps.php b/mod/ecml/views/default/ecml/keywords/googlemaps.php new file mode 100644 index 000000000..c75023045 --- /dev/null +++ b/mod/ecml/views/default/ecml/keywords/googlemaps.php @@ -0,0 +1,31 @@ + 'embed')); + $link_href = elgg_http_add_url_query_elements($src, array('source' => 'embed')); + + echo " + + +
+ + + " . elgg_echo('ecml:googlemaps:view_larger_map') . " + + + +"; +} \ No newline at end of file -- cgit v1.2.3