From b95ca1348944895976c63ee0502e3eec3e709407 Mon Sep 17 00:00:00 2001 From: filip Date: Thu, 30 Jun 2016 22:17:00 +0200 Subject: common footer added to mga4 and 5 pages + + fix for two mising divs --- en/4/index.php | 9 ++++++--- en/5/index.php | 9 ++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/en/4/index.php b/en/4/index.php index e5c48cf09..6fdd8604c 100644 --- a/en/4/index.php +++ b/en/4/index.php @@ -3,7 +3,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; -$dictionary = read_translation_file($locale, '4'); +$dictionary = read_translation_file($locale, array('4', 'common_footer')); ?> @@ -11,6 +11,7 @@ $dictionary = read_translation_file($locale, '4'); <?php _g('Mageia 4')?> + @@ -23,7 +24,7 @@ $dictionary = read_translation_file($locale, '4');

Mageia 4

-
+
@@ -98,6 +99,8 @@ $dictionary = read_translation_file($locale, '4');
- +
+
+ diff --git a/en/5/index.php b/en/5/index.php index 84ec586c7..8e5e75097 100644 --- a/en/5/index.php +++ b/en/5/index.php @@ -3,7 +3,7 @@ define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; -$dictionary = read_translation_file($locale, '5'); +$dictionary = read_translation_file($locale, array('5', 'common_footer')); ?> @@ -11,6 +11,7 @@ $dictionary = read_translation_file($locale, '5'); <?php _g('Mageia 5')?> + @@ -25,7 +26,7 @@ $dictionary = read_translation_file($locale, '5');

Mageia 5

-
+
@@ -98,6 +99,8 @@ $dictionary = read_translation_file($locale, '5');
- +
+
+ -- cgit v1.2.1