[Pkg-bugzilla-commits] r89 - trunk/bugzilla-2.18/template/en/default/global
Alexis Sukrieh
sukria-guest@costa.debian.org
Wed, 27 Apr 2005 14:35:07 +0000
Author: sukria-guest
Date: 2005-04-27 14:35:06 +0000 (Wed, 27 Apr 2005)
New Revision: 89
Modified:
trunk/bugzilla-2.18/template/en/default/global/header.html.tmpl
Log:
coming back to original files
Modified: trunk/bugzilla-2.18/template/en/default/global/header.html.tmpl
===================================================================
--- trunk/bugzilla-2.18/template/en/default/global/header.html.tmpl 2005-04-27 14:33:22 UTC (rev 88)
+++ trunk/bugzilla-2.18/template/en/default/global/header.html.tmpl 2005-04-27 14:35:06 UTC (rev 89)
@@ -74,7 +74,7 @@
[%+ INCLUDE "global/help-header.html.tmpl" %]
- <link href="[% webpath %]css/global.css" rel="stylesheet" type="text/css">
+ <link href="css/global.css" rel="stylesheet" type="text/css">
[% IF style %]
<style type="text/css">
@@ -84,7 +84,7 @@
[% IF style_urls %]
[% FOREACH style_url = style_urls %]
- <link href="[% webpath %][% style_url %]" rel="stylesheet" type="text/css">
+ <link href="[% style_url %]" rel="stylesheet" type="text/css">
[% END %]
[% END %]