diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-07-12 20:52:25 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-07-12 20:52:25 +0000 |
commit | b1e550d944e6d783367e85a3b8546ce9680f5fdd (patch) | |
tree | 5c3f4ce42c64d408aa3e126679a459f66533a8ec /en/community/index.php | |
parent | dc237193b67c403546075d613caee79ccd77fe88 (diff) | |
download | www-b1e550d944e6d783367e85a3b8546ce9680f5fdd.tar www-b1e550d944e6d783367e85a3b8546ce9680f5fdd.tar.gz www-b1e550d944e6d783367e85a3b8546ce9680f5fdd.tar.bz2 www-b1e550d944e6d783367e85a3b8546ce9680f5fdd.tar.xz www-b1e550d944e6d783367e85a3b8546ce9680f5fdd.zip |
restore missing analytics snippet code
Diffstat (limited to 'en/community/index.php')
-rw-r--r-- | en/community/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/en/community/index.php b/en/community/index.php index 53ddfdba5..585c42b67 100644 --- a/en/community/index.php +++ b/en/community/index.php @@ -87,6 +87,7 @@ include '../../lib/news.php'; .para { text-align: left; float: left; width: 250px; display: block; border-right: 1px solid #eef; border-bottom: 1px solid #eef; } hr { margin-top: 2em; } </style> + <?php include '../../analytics.php'; ?> </head> <body class="community"> <?php echo $hsnav; ?> |