aboutsummaryrefslogtreecommitdiffstats
path: root/en
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-05-09 10:29:18 +0000
committerRomain d'Alverny <rda@mageia.org>2012-05-09 10:29:18 +0000
commit7830ee3e498419a415ed1b0945c21807e84a98f8 (patch)
tree61a80fa4104b1dcad5837782916c8ef567165ba5 /en
parent4f7f8e5ecce0ded745826838d812922f2d3a7f93 (diff)
downloadwww-7830ee3e498419a415ed1b0945c21807e84a98f8.tar
www-7830ee3e498419a415ed1b0945c21807e84a98f8.tar.gz
www-7830ee3e498419a415ed1b0945c21807e84a98f8.tar.bz2
www-7830ee3e498419a415ed1b0945c21807e84a98f8.tar.xz
www-7830ee3e498419a415ed1b0945c21807e84a98f8.zip
updated home
Diffstat (limited to 'en')
-rw-r--r--en/index.php5
-rw-r--r--en/index_locales.php4
2 files changed, 8 insertions, 1 deletions
diff --git a/en/index.php b/en/index.php
index da29e5b7c..f83bc4769 100644
--- a/en/index.php
+++ b/en/index.php
@@ -40,9 +40,12 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
#mgacount h2 span { font-size: 45%; vertical-align: 30%; margin: 0 1em; }
#mgacount h2 a,
#mgacount h2 a:visited { color: #fff; }
+ #mgacount.inv { background: #fff; border-bottom: 1px solid #2383C2; }
+ #mgacount.inv h2 a { color: #2383C2; }
</style>
<div id="mgacount"><h2><a href="./1/"><?php echo $_t['mageia-is-here']; ?></a></h2></div>
- <a href="./1/" title="Mageia 1"><img src="/g/1/screenshots/opt-mageia.jpg" alt="Mageia 1 Desktop" class="rel-desktop-home"></a>
+ <div id="mgacount" class="inv"><h2><a href="./2/"><?php echo $_t['dl-next-mageia']; ?></a></h2></div>
+ <a href="./2/" title="Mageia 2"></a>
<div id="bd" role="main">
<div class="yui-g bb1">
<div class="para" id="news">
diff --git a/en/index_locales.php b/en/index_locales.php
index 082265f02..12d3c11c2 100644
--- a/en/index_locales.php
+++ b/en/index_locales.php
@@ -18,6 +18,8 @@ $_t = array(
(<a href="/en/about/2010-sept-announcement.html">check original announcement</a>).'
),
'mageia-is-here' => 'Mageia 1 is here',
+ 'mageia-is-coming' => 'Mageia 2 is coming',
+ 'dl-next-mageia' => 'Try Mageia 2 Release Candidate',
'join-us' => 'Join Us!',
'right-now' => 'Happening right now',
'news' => 'News',
@@ -39,6 +41,8 @@ $_t = array(
collaboratif (<a href="/fr/about/2010-sept-announcement.html">voir l&rsquo;annonce originale</a>).'
),
'mageia-is-here' => 'Mageia 1 est arrivée',
+ 'mageia-is-coming' => 'Mageia 2 arrive',
+ 'dl-next-mageia' => 'Essayez Mageia 2 Release Candidate',
'join-us' => 'Rejoignez-nous&nbsp;!',
'right-now' => 'En ce moment',
'news' => 'Actualités'