diff options
Diffstat (limited to 'en/3/download_index.php')
-rwxr-xr-x | en/3/download_index.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/en/3/download_index.php b/en/3/download_index.php index df7b8f84c..dd1c8defa 100755 --- a/en/3/download_index.php +++ b/en/3/download_index.php @@ -18,6 +18,7 @@ require '../downloads/get/lib.php'; <link rel="canonical" href="/<?php echo $locale; ?>/3/"> <link rel="stylesheet" href="/g/style/all.css"> <?php include '../../analytics.php'; ?> + <?php echo common_header(); ?> </head> <body class="release downloads"> @@ -208,5 +209,6 @@ require '../downloads/get/lib.php'; </div> </div> </div> +<?php echo common_footer($locale); ?> </body> </html> |