Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/Installation/templates/structure.tpl1
-rw-r--r--plugins/Login/templates/header.tpl4
-rw-r--r--themes/default/ie6.tpl1
3 files changed, 0 insertions, 6 deletions
diff --git a/plugins/Installation/templates/structure.tpl b/plugins/Installation/templates/structure.tpl
index eb12e97dae..5e5fd11893 100644
--- a/plugins/Installation/templates/structure.tpl
+++ b/plugins/Installation/templates/structure.tpl
@@ -32,7 +32,6 @@ $(document).ready( function(){
{/if}
</head>
<body>
-{include file="default/ie6.tpl"}
<div id="main">
<div id="content">
<div id="logo">
diff --git a/plugins/Login/templates/header.tpl b/plugins/Login/templates/header.tpl
index 1e41ba9cbc..94eafe0284 100644
--- a/plugins/Login/templates/header.tpl
+++ b/plugins/Login/templates/header.tpl
@@ -6,9 +6,6 @@
<link rel="shortcut icon" href="plugins/CoreHome/templates/images/favicon.ico" />
<link rel="stylesheet" type="text/css" href="plugins/Login/templates/login.css" />
<meta name="description" content="{'General_OpenSourceWebAnalytics'|translate|escape}" />
- <!--[if lt IE 9]>
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]>
{if isset($forceSslLogin) && $forceSslLogin}
{literal}
@@ -42,7 +39,6 @@
</head>
<body class="login">
{include file="CoreHome/templates/iframe_buster_body.tpl"}
-{include file="default/ie6.tpl"}
<div id="logo">
{if !$isCustomLogo}<a href="http://piwik.org" title="{$linkTitle}">{/if}
<img src='{$logoLarge}' title="{$linkTitle}" alt="Piwik" width="240" style='margin-right:20px' />
diff --git a/themes/default/ie6.tpl b/themes/default/ie6.tpl
deleted file mode 100644
index ad3f7b8259..0000000000
--- a/themes/default/ie6.tpl
+++ /dev/null
@@ -1 +0,0 @@
-<!--[if lt IE 7]> <div style=' clear: both; height: 59px; padding:0 0 0 15px; position: relative; text-align:center;'> <a href="http://www.microsoft.com/windows/internet-explorer/default.aspx?ocid=ie6_countdown_bannercode"><img src="http://www.theie6countdown.com/images/upgrade.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." /></a></div> <![endif]-->