update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
|
|
@ -1,20 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<!--[if lt IE 9 ]>
|
||||
<html class="old-ie" id="ng-app" ng-app="piwikApp"> <![endif]-->
|
||||
<!--[if (gte IE 9)|!(IE)]><!-->
|
||||
<html id="ng-app" ng-app="piwikApp"><!--<![endif]-->
|
||||
<html id="ng-app" ng-app="piwikApp">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
{% include "_jsGlobalVariables.twig" %}
|
||||
<!--[if lt IE 9]>
|
||||
<script language="javascript" type="text/javascript" src="libs/jqplot/excanvas.min.js"></script>
|
||||
<![endif]-->
|
||||
{% include "_jsCssIncludes.twig" %}
|
||||
<!--[if IE]>
|
||||
<link rel="stylesheet" type="text/css" href="plugins/Zeitgeist/stylesheets/ieonly.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="plugins/Morpheus/stylesheets/ieonly.css"/>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<!--[if lt IE 9 ]>
|
||||
<body ng-app="app" class="old-ie"> <![endif]-->
|
||||
<!--[if (gte IE 9)|!(IE)]><!-->
|
||||
<body ng-app="app">
|
||||
<![endif]-->
|
||||
<div class="widget">
|
||||
{{ content|raw }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue