[Easymod-cvs] easymod2/mods/easymod/templates page_header.tpl,1.2,1.3
Status: Beta
Brought to you by:
wgeric
From: Eric F. <wg...@us...> - 2005-06-11 23:06:09
|
Update of /cvsroot/easymod/easymod2/mods/easymod/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5948/mods/easymod/templates Modified Files: page_header.tpl Log Message: - Changed copyright - Change <br> to <br /> - Removed some more hardcoded text - Removed the password and version change files - Other minor changes Index: page_header.tpl =================================================================== RCS file: /cvsroot/easymod/easymod2/mods/easymod/templates/page_header.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** page_header.tpl 5 Jun 2005 23:37:05 -0000 1.2 --- page_header.tpl 11 Jun 2005 23:05:54 -0000 1.3 *************** *** 6,10 **** <tr> <td><img src="easymod.gif" border="0" alt="EasyMOD" vspace="1" /></td> ! <td align="center" width="100%" valign="middle"><span class="maintitle">{{TITLE}}</span><br>{{BY}}</td> </tr> </table></td> --- 6,10 ---- <tr> <td><img src="easymod.gif" border="0" alt="EasyMOD" vspace="1" /></td> ! <td align="center" width="100%" valign="middle"><span class="maintitle">{{TITLE}}</span></td> </tr> </table></td> |