From 21e485ad5029d8001b6ad8b580ed7cc48a874094 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 04 May 2016 06:54:37 -0400
Subject: [PATCH] Fix redundant enigma.css link

---
 plugins/enigma/skins/larry/templates/keys.html        |    1 -
 plugins/enigma/skins/larry/templates/keyimport.html   |    1 -
 plugins/enigma/skins/larry/templates/keyinfo.html     |    1 -
 plugins/enigma/skins/classic/templates/keyinfo.html   |    1 -
 plugins/enigma/skins/larry/templates/keycreate.html   |    1 -
 plugins/enigma/skins/classic/templates/keyimport.html |    1 -
 plugins/enigma/skins/classic/templates/keycreate.html |    1 -
 plugins/enigma/skins/classic/templates/keys.html      |    1 -
 8 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/plugins/enigma/skins/classic/templates/keycreate.html b/plugins/enigma/skins/classic/templates/keycreate.html
index 7e44dc5..38807fa 100644
--- a/plugins/enigma/skins/classic/templates/keycreate.html
+++ b/plugins/enigma/skins/classic/templates/keycreate.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="/this/enigma.css" />
 </head>
 <body class="iframe">
 
diff --git a/plugins/enigma/skins/classic/templates/keyimport.html b/plugins/enigma/skins/classic/templates/keyimport.html
index 4e0b304..63163ec 100644
--- a/plugins/enigma/skins/classic/templates/keyimport.html
+++ b/plugins/enigma/skins/classic/templates/keyimport.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="/this/enigma.css" />
 </head>
 <body class="iframe">
 
diff --git a/plugins/enigma/skins/classic/templates/keyinfo.html b/plugins/enigma/skins/classic/templates/keyinfo.html
index 2e8ed61..865c952 100644
--- a/plugins/enigma/skins/classic/templates/keyinfo.html
+++ b/plugins/enigma/skins/classic/templates/keyinfo.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="/this/enigma.css" />
 </head>
 <body class="iframe">
 
diff --git a/plugins/enigma/skins/classic/templates/keys.html b/plugins/enigma/skins/classic/templates/keys.html
index fea7340..eecbc8c 100644
--- a/plugins/enigma/skins/classic/templates/keys.html
+++ b/plugins/enigma/skins/classic/templates/keys.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="/this/enigma.css" />
 <script type="text/javascript" src="/functions.js"></script>
 <script type="text/javascript" src="/splitter.js"></script>
 <style type="text/css">
diff --git a/plugins/enigma/skins/larry/templates/keycreate.html b/plugins/enigma/skins/larry/templates/keycreate.html
index ffd83eb..67c4e01 100644
--- a/plugins/enigma/skins/larry/templates/keycreate.html
+++ b/plugins/enigma/skins/larry/templates/keycreate.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="/this/enigma.css" />
 </head>
 <body class="iframe">
 
diff --git a/plugins/enigma/skins/larry/templates/keyimport.html b/plugins/enigma/skins/larry/templates/keyimport.html
index 8319118..cd7979e 100644
--- a/plugins/enigma/skins/larry/templates/keyimport.html
+++ b/plugins/enigma/skins/larry/templates/keyimport.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="/this/enigma.css" />
 </head>
 <body class="iframe">
 
diff --git a/plugins/enigma/skins/larry/templates/keyinfo.html b/plugins/enigma/skins/larry/templates/keyinfo.html
index 3db760a..c4c7303 100644
--- a/plugins/enigma/skins/larry/templates/keyinfo.html
+++ b/plugins/enigma/skins/larry/templates/keyinfo.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="/this/enigma.css" />
 </head>
 <body class="iframe">
 
diff --git a/plugins/enigma/skins/larry/templates/keys.html b/plugins/enigma/skins/larry/templates/keys.html
index 6996904..85a243e 100644
--- a/plugins/enigma/skins/larry/templates/keys.html
+++ b/plugins/enigma/skins/larry/templates/keys.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="/this/enigma.css" />
 </head>
 <roundcube:if condition="env:extwin" /><body class="noscroll extwin"><roundcube:else /><body class="noscroll"><roundcube:endif />
 

--
Gitblit v1.9.1