diff options
Diffstat (limited to 'en')
-rw-r--r-- | en/doc/archive.php | 1 | ||||
-rw-r--r-- | en/doc/index.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/en/doc/archive.php b/en/doc/archive.php index 87835b453..76d02cac6 100644 --- a/en/doc/archive.php +++ b/en/doc/archive.php @@ -13,6 +13,7 @@ require 'doc.php'; <meta name="description" content="<?php _e('Documentation for previous releases of Mageia distribution and its tools.')?>"> <meta name="keywords" content="<?php _e('doc,documentation,help,guide,installer,installation,mageia,linux')?>"> <link rel="stylesheet" href="/g/style/all.css" type="text/css"> + <?php include '../../analytics.php'; ?> </head> <body class="doc"> <?php echo $hsnav; ?> diff --git a/en/doc/index.php b/en/doc/index.php index 195096191..749167992 100644 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -15,6 +15,7 @@ require 'doc.php'; <meta name="description" content="<?php _e('Documentation for Mageia distribution and its tools.')?>"> <meta name="keywords" content="<?php _e('doc,documentation,help,guide,installer,installation,mageia,linux')?>"> <link rel="stylesheet" href="/g/style/all.css" type="text/css"> + <?php include '../../analytics.php'; ?> </head> <body class="doc"> <?php echo $hsnav; ?> |