|
From: Doug K. <dou...@us...> - 2002-06-04 04:14:20
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv23121/templates/subSilver
Modified Files:
Tag: phpBB-2_0_0
overall_header.tpl
Log Message:
Ok, several bug fixes here...
The numbers are, 328, 340, 341, 344, 347, 351, 397, and 405.
The rest (that I have seen) will be fixed later.
-Doug
Index: overall_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_header.tpl,v
retrieving revision 1.26
retrieving revision 1.26.2.1
diff -C2 -r1.26 -r1.26.2.1
*** overall_header.tpl 31 Mar 2002 00:06:34 -0000 1.26
--- overall_header.tpl 4 Jun 2002 04:14:17 -0000 1.26.2.1
***************
*** 221,225 ****
<!-- END switch_enable_pm_popup -->
</head>
! <body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<a name="top"></a>
--- 221,225 ----
<!-- END switch_enable_pm_popup -->
</head>
! <body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" />
<a name="top"></a>
|