diff options
Diffstat (limited to 'langs.php')
-rw-r--r-- | langs.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |