diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2014-02-02 22:47:27 +0000 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2014-02-02 22:47:27 +0000 |
commit | 50eab2d6146c398d6b3a6689e7b7669ff7f18897 (patch) | |
tree | 434cf8d77c951e3808f5a64abd4359eaa9daf85f | |
parent | 91f972f7b2a144f37a1998e1012e8bfc57f40a5d (diff) | |
download | www-50eab2d6146c398d6b3a6689e7b7669ff7f18897.tar www-50eab2d6146c398d6b3a6689e7b7669ff7f18897.tar.gz www-50eab2d6146c398d6b3a6689e7b7669ff7f18897.tar.bz2 www-50eab2d6146c398d6b3a6689e7b7669ff7f18897.tar.xz www-50eab2d6146c398d6b3a6689e7b7669ff7f18897.zip |
add analytics.php on doc page
-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; ?> |