rev 1965 - trunk/buscador/templates/custom

[prev] [thread] [next] [lurker] [Date index for 2005/05/23]

From: simon
Subject: rev 1965 - trunk/buscador/templates/custom
Date: 12:27 on 23 May 2005
Author: simon
Date: 2005-05-23 12:27:20 +0100 (Mon, 23 May 2005)
New Revision: 1965

Modified:
   trunk/buscador/templates/custom/header
Log:
Tidy up


Modified: trunk/buscador/templates/custom/header
===================================================================
--- trunk/buscador/templates/custom/header	2005-05-23 11:02:53 UTC (rev 1964)
+++ trunk/buscador/templates/custom/header	2005-05-23 11:27:20 UTC (rev 1965)
@@ -4,10 +4,10 @@
     <title>[% (title || "Buscador") | html %]</title>
     <meta http-equiv="Content-Language" content="en" />
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <link rel="stylesheet" title="myStyle" href="[% config.img_base %]/buscador.css" type="text/css" />
-    [% IF atom -%]
+    <link rel="stylesheet" title="myStyle" href="[% config.img_base | remove('/$') %]/buscador.css" type="text/css" />
+[%- IF atom %]
     <link rel="alternate" type="application/atom+xml" title="[% (title || "Buscador") | html %]" href="[% base | remove('/$') %]/[% atom | remove ('^/') %]" />
-    [%- END %]
+[% END -%]
 </head>
 <body>
 <div class="logo"><a href="[% base %]"><img src="[% config.img_base | replace('/$') %]/buscador.gif" style="border: 0;" width="216" height="78" alt="Buscador" /></a></div>

Generated at 09:00 on 29 May 2005 by mariachi 0.52