aboutsummaryrefslogtreecommitdiffstats
path: root/en/community
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-06-30 16:30:02 +0000
committerRomain d'Alverny <rda@mageia.org>2012-06-30 16:30:02 +0000
commit338f5fba1e4d82695891018a9e98ad27b54ee48a (patch)
tree799a95ccb6e7ca8c2d17f6b20539f9b26236978f /en/community
parent76e262bd423725d7e38c536a41d0af99029e52c2 (diff)
downloadwww-338f5fba1e4d82695891018a9e98ad27b54ee48a.tar
www-338f5fba1e4d82695891018a9e98ad27b54ee48a.tar.gz
www-338f5fba1e4d82695891018a9e98ad27b54ee48a.tar.bz2
www-338f5fba1e4d82695891018a9e98ad27b54ee48a.tar.xz
www-338f5fba1e4d82695891018a9e98ad27b54ee48a.zip
add test subnav
Diffstat (limited to 'en/community')
-rw-r--r--en/community/index.php18
1 files changed, 15 insertions, 3 deletions
diff --git a/en/community/index.php b/en/community/index.php
index 5000a051d..4e438f872 100644
--- a/en/community/index.php
+++ b/en/community/index.php
@@ -90,7 +90,19 @@ include '../../lib/news.php';
</head>
<body class="community">
<?php echo $hsnav; ?>
- <h1 id="mgnavtitle"><?php _e('page_h1')?></h1>
+ <header id="mgnavt">
+ <h1><?php _e('page_h1')?></h1>
+ <ul>
+ <li><a href="<?php _e('blog_url')?>"><?php _e('Blog');?></a></li>
+ <li><a href="<?php _e('planet_url')?>">Planet</a></li>
+ <li><a href="/en/calendar/">Calendar</a></li>
+ <li><a href="https://wiki.mageia.org/en/IRC">IRC</a></li>
+ <li><a href="<?php _e('forum_url')?>">Forums</a></li>
+ <li><a href="http://ml.mageia.org/">Mailing-lists</a></li>
+ <li><a href="<?php _e('http://wiki.mageia.org/')?>">Wiki</a></li>
+ <li><a href="https://bugs.mageia.org/">Bugzilla</a></li>
+ </ul>
+ </header>
<div class="para" style="width: 400px;">
<section>
<h2><a href="<?php _e('blog_url')?>"><?php _e('News');?></a></h2>
@@ -136,8 +148,8 @@ include '../../lib/news.php';
<li><a href="/en/calendar/">Calendar</a></li>
<li><a href="http://mageia.madb.org">Mageia Applications Database</a></li>
</ul>
-
- <p>For developers and packagers:</p>
+ <hr>
+ <h2>For developers &amp; packagers</h2>
<ul class="hl">
<li><a href="http://svn.mageia.org/">Subversion</a>,
<a href="http://gitweb.mageia.org/">Git</a> code repositories</li>