aboutsummaryrefslogtreecommitdiffstats
path: root/en/map
diff options
context:
space:
mode:
Diffstat (limited to 'en/map')
-rw-r--r--en/map/index.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/en/map/index.php b/en/map/index.php
index af3c263af..3fe54c3a9 100644
--- a/en/map/index.php
+++ b/en/map/index.php
@@ -2,7 +2,7 @@
define('HLANG', true);
define('ALIGNMENT', 'Center');
require '../../langs.php';
-$dictionary = read_translation_file($locale, 'map');
+$dictionary = read_translation_file($locale, array('map', 'common_footer'));
$map = array(
'about' => array(
@@ -126,6 +126,7 @@ $sMap .= '</ul>';
<meta name="robots" content="noindex,nofollow,nosnippet">
<link rel="canonical" href="/<?php echo $locale; ?>/map/">
<link rel="stylesheet" href="map.css">
+ <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css">
<?php include '../../analytics.php'; ?>
</head>
<body class="map">
@@ -141,5 +142,6 @@ $sMap .= '</ul>';
<p><form><input type="search"><input type="submit"></form></p>
-->
</div>
+<?php echo common_footer($locale); ?>
</body>
</html>