|
From: Benjamin C. <bc...@us...> - 2002-05-24 12:44:38
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv8001/templates/default
Modified Files:
badgroup.html badperm.html error.html
Log Message:
Moving from header/footer to wrap
Index: badgroup.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/badgroup.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- badgroup.html 3 Apr 2002 00:57:50 -0000 1.2
+++ badgroup.html 24 May 2002 12:44:35 -0000 1.3
@@ -1,4 +1,3 @@
-{include file="header.html"}
<table border="0" width="640">
<tr>
<td align="center">
@@ -9,4 +8,3 @@
</td>
</tr>
</table>
-{include file="footer.html"}
Index: badperm.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/badperm.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- badperm.html 3 Apr 2002 00:57:50 -0000 1.4
+++ badperm.html 24 May 2002 12:44:35 -0000 1.5
@@ -1,4 +1,3 @@
-{include file="header.html"}
<table border="0" width="640">
<tr>
<td align="center">
@@ -9,4 +8,3 @@
</td>
</tr>
</table>
-{include file="footer.html"}
Index: error.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/error.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- error.html 3 Apr 2002 00:57:51 -0000 1.2
+++ error.html 24 May 2002 12:44:35 -0000 1.3
@@ -1,4 +1,3 @@
-{include file="header.html" page_title="Error"}
<table width="640">
<tr>
<td align="center">
@@ -13,4 +12,3 @@
</td>
</tr>
</table>
-{include file="footer.html"}
|