diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-05 09:52:42 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-05 09:52:42 +0200 |
commit | a5fa26a9aa722272e293eb5f0d750f76da1bdf42 (patch) | |
tree | 154744de7e2a02a1019465b01a1b8313d8bdf5d0 /en/1/notes | |
parent | 47d6171b94ad6ba36386869633540f2c8f2d06fe (diff) | |
download | www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar.gz www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar.bz2 www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.tar.xz www-a5fa26a9aa722272e293eb5f0d750f76da1bdf42.zip |
replace custom .css with common header, basic bootstrap adaptation
Diffstat (limited to 'en/1/notes')
-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> |