aboutsummaryrefslogtreecommitdiffstats
path: root/en/calendar
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2016-06-29 22:37:53 +0200
committerfilip <filip.komar@gmail.com>2016-06-29 22:37:53 +0200
commitcefb9d2942463da47b7f79717b00b541b587aa3e (patch)
tree68692cf20ff5e3b319e07619f02f08c6e61ba0ba /en/calendar
parente72022d08f9f24af3da88af2864ab9e1b86f7f05 (diff)
downloadwww-cefb9d2942463da47b7f79717b00b541b587aa3e.tar
www-cefb9d2942463da47b7f79717b00b541b587aa3e.tar.gz
www-cefb9d2942463da47b7f79717b00b541b587aa3e.tar.bz2
www-cefb9d2942463da47b7f79717b00b541b587aa3e.tar.xz
www-cefb9d2942463da47b7f79717b00b541b587aa3e.zip
common footer added to even more pages
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>