From 919bbda416c2add0463b2ae2fcf5b802f4efd59a Mon Sep 17 00:00:00 2001 From: filip Date: Tue, 28 Jun 2016 18:33:45 +0200 Subject: start with the common footer on some pages + separate function for it + separate css for it + expanding i18n function for that purpose (to accept more than one gettext file) --- en/map/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'en/map') 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 .= ''; + @@ -141,5 +142,6 @@ $sMap .= '';

--> + -- cgit v1.2.1