From 6c40bc0ca0ba70e612fad0c03925fd3443bda65e Mon Sep 17 00:00:00 2001 From: filip Date: Tue, 22 Dec 2015 23:10:06 +0100 Subject: Add file structure for Lithuanian --- lv/index.php | 307 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 306 insertions(+), 1 deletion(-) mode change 120000 => 100644 lv/index.php (limited to 'lv/index.php') diff --git a/lv/index.php b/lv/index.php deleted file mode 120000 index 1d75bdfc3..000000000 --- a/lv/index.php +++ /dev/null @@ -1 +0,0 @@ -../en/index.php \ No newline at end of file diff --git a/lv/index.php b/lv/index.php new file mode 100644 index 000000000..ac082f8b4 --- /dev/null +++ b/lv/index.php @@ -0,0 +1,306 @@ + array('support/', _r('Support')), + 'nav-community' => array('community/', _r('Community')), + 'nav-about' => array('about/', _r('About Mageia.Org')) +); + +?> + + + + + <?php _g('Home of the Mageia project'); ?> + + + + $name) + if ($l != $locale) + echo sprintf('', $l, $l); + ?> + + + + + + + +
+

+
+ +
+
+
+ '; + $prefix .= sprintf(_r('Latest news from our blog:'), _r('https://blog.mageia.org/en/')); + $prefix .= ' '; + if (_r('https://planet.mageia.org/en/') != 'https://planet.mageia.org/en/') { + show_feed($locale, null, _r('https://planet.mageia.org/en/'), _r('https://planet.mageia.org/en/') . '?type=rss10', 1, null, true, $prefix); + } else { + show_feed($locale, null, _r('https://blog.mageia.org/en/'), _r('https://blog.mageia.org/en/') . '?feed=rss', 1, null, true, $prefix); + } + ?> +
+
+

+
+
+
+ +
+
+
+
+
+
+ +
+

+ + | +

+
+
+ + + -- cgit v1.2.1