summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2010-04-21 09:41:17 -0600
committerSteve Dibb <beandog@gentoo.org>2010-04-21 09:41:17 -0600
commit80b1dec07f920f4e5e8d31bfdaf2c5c648d73056 (patch)
treef7642a81faffd4faaeb1842bb3a3a9d12e4f8665 /linguas.php
parentcosmetics (diff)
downloadznurt-org-frontend-80b1dec07f920f4e5e8d31bfdaf2c5c648d73056.tar.gz
znurt-org-frontend-80b1dec07f920f4e5e8d31bfdaf2c5c648d73056.tar.bz2
znurt-org-frontend-80b1dec07f920f4e5e8d31bfdaf2c5c648d73056.zip
recent updates
Diffstat (limited to 'linguas.php')
-rw-r--r--linguas.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/linguas.php b/linguas.php
index 03eeb8e..5d931f3 100644
--- a/linguas.php
+++ b/linguas.php
@@ -7,7 +7,7 @@
$str = gettext("LINGUAS");
echo "<h4>$str</h4>\n";
- echo "<hr class='pkg_rule' style='margin-bottom: 15px; margin-top: 15px;'/>\n";
+ echo "<hr class='pkg_rule' style='margin-bottom: 15px; margin-top: 15px;'>\n";
echo "<div class='about'>\n";
@@ -21,6 +21,7 @@
'French' => array('http://fr.znurt.org/', 'fr'),
'German' => array('http://de.znurt.org/', 'de'),
'Italian' => array('http://it.znurt.org/', 'it'),
+ 'Russian' => array('http://ru.znurt.org/', 'ru'),
'Spanish' => array('http://es.znurt.org/', 'es'),
'Turkish' => array('http://tr.znurt.org/', 'tr',),
);