diff options
Diffstat (limited to 'en/1/notes/index.php')
-rw-r--r-- | en/1/notes/index.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/en/1/notes/index.php b/en/1/notes/index.php index 9ee372f95..8fb521ae7 100644 --- a/en/1/notes/index.php +++ b/en/1/notes/index.php @@ -18,6 +18,7 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules); <link rel="stylesheet" type="text/css" href="/g/style/all.css"> <link rel="canonical" href="/<?php echo $locale; ?>/1/notes/"> <?php include '../../../analytics.php'; ?> + <?php echo common_header(); ?> </head> <body class="release"> <?php echo $hsnav; ?> @@ -211,5 +212,6 @@ $_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules); <?php include '../nav.php'; ?> </div> </div> +<?php echo common_footer($locale); ?> </body> -</html>
\ No newline at end of file +</html> |