aboutsummaryrefslogtreecommitdiffstats
path: root/en/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'en/calendar')
-rw-r--r--en/calendar/index.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/en/calendar/index.php b/en/calendar/index.php
index 77e3691df..57752e273 100644
--- a/en/calendar/index.php
+++ b/en/calendar/index.php
@@ -2,7 +2,7 @@
define('HLANG', true);
define('ALIGNMENT', 'Center');
require '../../langs.php';
-$dictionary = read_translation_file($locale, "calendar");
+$dictionary = read_translation_file($locale, array('calendar', 'common_footer'));
/**
*
@@ -62,11 +62,12 @@ foreach ($calendars as $c) {
<meta name="keywords" content="<?php _g('mageia, linux, calendar, events') ?>">
<meta name="author" content="Mageia">
<link rel="stylesheet" type="text/css" href="/g/style/all.css">
+ <link rel="stylesheet" type="text/css" href="/g/style/common_footer.css">
<?php include '../../analytics.php'; ?>
</head>
<body class="community">
<?php echo $hsnav?>
- <div id="doc" class="yui-t7">
+ <div id="doc" class="yui-t7" style="margin-bottom: 0px;">
<div id="hd" role="banner"><h1><a id="logo" href="/"><span>Mageia</span></a>
<span class="lsep">|</span> <span class="subh"><?php _g('Calendar')?></span></h1></div>
<div id="bd" role="main">
@@ -99,5 +100,6 @@ foreach ($calendars as $c) {
</div>
</div>
</div>
+<?php echo common_footer($locale); ?>
</body>
</html>