aboutsummaryrefslogtreecommitdiffstats
path: root/langs.php
diff options
context:
space:
mode:
Diffstat (limited to 'langs.php')
-rw-r--r--langs.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/langs.php b/langs.php
index b3abe2d39..ce48933fa 100644
--- a/langs.php
+++ b/langs.php
@@ -97,9 +97,9 @@ if (!defined('HLANG'))
function common_footer($locale = 'en')
{
$nav = array(
- 'nav-support' => array('support/', _r('Support')),
- 'nav-community' => array('community/', _r('Community')),
- 'nav-about' => array('about/', _r('About Mageia.Org'))
+ 'nav-support' => array('/support/', _r('Support')),
+ 'nav-community' => array('/community/', _r('Community')),
+ 'nav-about' => array('/about/', _r('About Mageia.Org'))
);
$common_footer = '<hr class="divider">' . PHP_EOL;