diff options
author | alecpl <alec@alec.pl> | 2009-05-22 08:09:41 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-05-22 08:09:41 +0000 |
commit | b7682cf391fed14684db55fbe846397d6d2763fd (patch) | |
tree | 13fd579a8e75b147c2cebae5538cd30e79d0c16c /plugins/managesieve/skins/default/templates/managesieveedit.html | |
parent | 20d50de2d87a43bec2dd898179d19102741100d6 (diff) |
- use '/this/' in templates
Diffstat (limited to 'plugins/managesieve/skins/default/templates/managesieveedit.html')
-rw-r--r-- | plugins/managesieve/skins/default/templates/managesieveedit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/managesieve/skins/default/templates/managesieveedit.html b/plugins/managesieve/skins/default/templates/managesieveedit.html index f03945eab..74eb70e4d 100644 --- a/plugins/managesieve/skins/default/templates/managesieveedit.html +++ b/plugins/managesieve/skins/default/templates/managesieveedit.html @@ -4,7 +4,7 @@ <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="plugins/managesieve/skins/default/managesieve.css" /> +<link rel="stylesheet" type="text/css" href="/this/managesieve.css" /> </head> <body class="iframe"> |