diff options
Diffstat (limited to 'en/2/download_index.php')
-rw-r--r-- | en/2/download_index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/en/2/download_index.php b/en/2/download_index.php index 25524306c..5755650d7 100644 --- a/en/2/download_index.php +++ b/en/2/download_index.php @@ -18,6 +18,7 @@ require '../downloads/get/lib.php'; <link rel="canonical" href="/<?php echo $locale; ?>/2/"> <link rel="stylesheet" href="/g/style/all.css"> <?php include '../../analytics.php'; ?> + <?php echo common_header(); ?> </head> <body class="release downloads"> <?php echo $hsnav; ?> @@ -227,5 +228,6 @@ require '../downloads/get/lib.php'; </div> </div> </div> +<?php echo common_footer($locale); ?> </body> </html> |