summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-05-26 16:30:59 +0000
committeralecpl <alec@alec.pl>2009-05-26 16:30:59 +0000
commiteaf947cef627a8d48243d433dce9d1e13cebe004 (patch)
treec70124bb083bb999909bb40f191d645d31221844 /plugins
parent707c108619276b0c86d213052b094488c3810321 (diff)
- remove double settings.css inclusion
Diffstat (limited to 'plugins')
-rw-r--r--plugins/managesieve/skins/default/templates/managesieve.html1
-rw-r--r--plugins/managesieve/skins/default/templates/managesieveedit.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/managesieve/skins/default/templates/managesieve.html b/plugins/managesieve/skins/default/templates/managesieve.html
index 34969b720..dbef6ee11 100644
--- a/plugins/managesieve/skins/default/templates/managesieve.html
+++ b/plugins/managesieve/skins/default/templates/managesieve.html
@@ -3,7 +3,6 @@
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
-<link rel="stylesheet" type="text/css" href="/settings.css" />
<link rel="stylesheet" type="text/css" href="/this/managesieve.css" />
<script type="text/javascript" src="/functions.js"></script>
</head>
diff --git a/plugins/managesieve/skins/default/templates/managesieveedit.html b/plugins/managesieve/skins/default/templates/managesieveedit.html
index 74eb70e4d..2302073b6 100644
--- a/plugins/managesieve/skins/default/templates/managesieveedit.html
+++ b/plugins/managesieve/skins/default/templates/managesieveedit.html
@@ -3,7 +3,6 @@
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
-<link rel="stylesheet" type="text/css" href="/settings.css" />
<link rel="stylesheet" type="text/css" href="/this/managesieve.css" />
</head>
<body class="iframe">