From 66a45503fd663e89ae6062726ac3623337648916 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 29 Jun 2011 16:23:08 +0000 Subject: fix path to home --- 1/notes/notes.php | 2 +- en/1/index.php | 2 +- en/1/migrate/index.php | 2 +- en/1/next/index.php | 2 +- en/contribute/index.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/1/notes/notes.php b/1/notes/notes.php index 62bc6ab3b..0d576b3bf 100644 --- a/1/notes/notes.php +++ b/1/notes/notes.php @@ -23,7 +23,7 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
diff --git a/en/1/index.php b/en/1/index.php index 137d556c2..054da30ca 100644 --- a/en/1/index.php +++ b/en/1/index.php @@ -26,7 +26,7 @@ $_t = $_t[$locale];
- +
diff --git a/en/1/migrate/index.php b/en/1/migrate/index.php index e446ed2c9..587b50571 100644 --- a/en/1/migrate/index.php +++ b/en/1/migrate/index.php @@ -22,7 +22,7 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
- +
diff --git a/en/1/next/index.php b/en/1/next/index.php index 187f0b548..e71cf3f11 100644 --- a/en/1/next/index.php +++ b/en/1/next/index.php @@ -24,7 +24,7 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
diff --git a/en/contribute/index.php b/en/contribute/index.php index 0be2065fa..839eeded7 100644 --- a/en/contribute/index.php +++ b/en/contribute/index.php @@ -26,7 +26,7 @@ $_t = $_t[$locale];
- +
-- cgit v1.2.1