aboutsummaryrefslogtreecommitdiffstats
path: root/en/map/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/map/index.php')
-rw-r--r--en/map/index.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/en/map/index.php b/en/map/index.php
index b72de7584..d0d5812fa 100644
--- a/en/map/index.php
+++ b/en/map/index.php
@@ -2,9 +2,7 @@
define('HLANG', true);
require '../../langs.php';
-include 'locales.php';
-
-$_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
+_lang_load($locale, 'map');
$map = array(
'about' => array(
@@ -131,7 +129,6 @@ $sMap .= '</ul>';
<?php echo $hsnav; ?>
<h1 id="mgnavtitle"><?php _e('Site Map'); ?></h1>
<div class="doc">
- <p><?php _e('welcome!')?></p>
<?php echo $sMap; ?>
<div style="clear: both;"></div>
<hr>