From 8eadddfa873c4c0e8f14adc079c18a1f8fb0fa44 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 22 Nov 2008 05:51:15 +0000 Subject: Convert gmaps, info, and tag modules to the new block module --- modules/gmaps/helpers/gmaps_block.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 modules/gmaps/helpers/gmaps_block.php (limited to 'modules/gmaps/helpers/gmaps_block.php') diff --git a/modules/gmaps/helpers/gmaps_block.php b/modules/gmaps/helpers/gmaps_block.php new file mode 100644 index 00000000..1620e881 --- /dev/null +++ b/modules/gmaps/helpers/gmaps_block.php @@ -0,0 +1,29 @@ +id = "gMaps"; + $block->title = _("Location"); + $block->content = new View("gmaps_block.html"); + return $block; + } +} \ No newline at end of file -- cgit v1.2.3