[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en/includes opac-top.inc,1.7,1.8

Paul POULAIN tipaul at users.sourceforge.net
Tue Dec 9 11:27:10 CET 2003


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv27584/koha-tmpl/opac-tmpl/default/en/includes

Modified Files:
	opac-top.inc 
Log Message:
templates modified : ALL <TMPL_* XX> have been replaced by <!-- TMPL_* XX -->, because it's strict html compliant, and HTML::TreeBuilder deals better with this form.

Index: opac-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en/includes/opac-top.inc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** opac-top.inc	8 Dec 2003 10:52:58 -0000	1.7
--- opac-top.inc	9 Dec 2003 10:27:08 -0000	1.8
***************
*** 36,40 ****
  
  	<td width="7%">
! 		<img src="<TMPL_VAR name="themelang">/images/front-background-small.gif" height=50 align="center"><b>KOHA</b>
  	</td>
          <td width="10%">
--- 36,40 ----
  
  	<td width="7%">
! 		<img src="<!-- TMPL_VAR name="themelang" -->/images/front-background-small.gif" height=50 align="center"><b>KOHA</b>
  	</td>
          <td width="10%">





More information about the Koha-cvs mailing list