aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Map/Tilma/Original.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-05-20 19:45:05 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-05-20 19:45:05 +0100
commit4af1e3d75ae247fd7d6a9910087fc36e1a9659f5 (patch)
tree78dc8de855bdb34ff16fe13cd3d6c912d0ff36d7 /perllib/FixMyStreet/Map/Tilma/Original.pm
parente7fd95f6ca3f21aff54bdbb6aeaabf0476d62e24 (diff)
Move some of map_start to templates.
Diffstat (limited to 'perllib/FixMyStreet/Map/Tilma/Original.pm')
-rw-r--r--perllib/FixMyStreet/Map/Tilma/Original.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/perllib/FixMyStreet/Map/Tilma/Original.pm b/perllib/FixMyStreet/Map/Tilma/Original.pm
index 0af6ed277..20fc79a60 100644
--- a/perllib/FixMyStreet/Map/Tilma/Original.pm
+++ b/perllib/FixMyStreet/Map/Tilma/Original.pm
@@ -43,7 +43,6 @@ sub header_js {
sub display_map {
my ($self, $q, %params) = @_;
$params{pre} ||= '';
- $params{post} ||= '';
my $mid_point = TILE_WIDTH; # Map is 2 TILE_WIDTHs in size, square.
if (my $mp = Cobrand::tilma_mid_point(Page::get_cobrand($q))) {
$mid_point = $mp;
@@ -139,9 +138,6 @@ EOF
$out .= <<EOF;
</div>
<p id="copyright">$copyright</p>
-$params{post}
-</div>
-<div id="side">
EOF
return $out;
}