aboutsummaryrefslogtreecommitdiffstats
path: root/en/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-08-28 16:14:55 +0000
committerRomain d'Alverny <rda@mageia.org>2012-08-28 16:14:55 +0000
commitcc6e29172af4aeeefed1cf97bde5d8a0f2e888cc (patch)
tree692f3d8976270266f94c49d540ce4d5db1e336f1 /en/index.php
parentdf653befb7cf37afeb6993e7f433e8e8c349a08a (diff)
downloadwww-cc6e29172af4aeeefed1cf97bde5d8a0f2e888cc.tar
www-cc6e29172af4aeeefed1cf97bde5d8a0f2e888cc.tar.gz
www-cc6e29172af4aeeefed1cf97bde5d8a0f2e888cc.tar.bz2
www-cc6e29172af4aeeefed1cf97bde5d8a0f2e888cc.tar.xz
www-cc6e29172af4aeeefed1cf97bde5d8a0f2e888cc.zip
code style updates
Diffstat (limited to 'en/index.php')
-rw-r--r--en/index.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/en/index.php b/en/index.php
index 184f342a4..a6ff50ec8 100644
--- a/en/index.php
+++ b/en/index.php
@@ -1,4 +1,6 @@
<?php
+/**
+*/
define('HLANG', true);
require '../langs.php';
@@ -28,7 +30,7 @@ $nav = array(
echo sprintf('<link rel="alternate" hreflang="%s" href="http://www.mageia.org/%s/">', $l, $l);
?>
<link rel="alternate" type="application/rss+xml" title="<?php _e('Mageia Blog (English)'); ?>" href="<?php _e('http://blog.mageia.org/en/?feed=rss'); ?>">
- <?php include '../analytics.php'; ?>
+ <?php require '../analytics.php'; ?>
<style>
html, body {
margin: 0;
@@ -259,8 +261,10 @@ $nav = array(
<div id="down">
<div class="container">
<ul id="navb"><?php foreach ($nav as $k => $v)
- echo sprintf('<li><a class="%s" href="%s">%s</a></li>',
- $k, $v[0], $v[1]);
+ echo sprintf(
+ '<li><a class="%s" href="%s">%s</a></li>',
+ $k, $v[0], $v[1]
+ );
?></ul>
<hr>
<p id="fnotes">