Update of /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default
In directory usw-pr-cvs1:/tmp/cvs-serv17056/phpslash-ft/public_html/templates/en/default
Modified Files:
index.tpl index3col.tpl
Log Message:
BREADCRUMB variable
Index: index.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/index.tpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** index.tpl 2000/10/04 09:16:22 1.5
--- index.tpl 2001/11/28 17:49:56 1.6
***************
*** 3,12 ****
<TABLE width="100%" cellpadding=0 cellspacing=0 border="0">
!
<TR>
<TD valign=top WIDTH="100%"><FONT color="#000000">
!
! {STORY_COLUMN}
!
</TD>
--- 3,14 ----
<TABLE width="100%" cellpadding=0 cellspacing=0 border="0">
! <TR>
! <TD valign=top WIDTH="100%" colspan="2"><FONT color="#000000">
! {BREADCRUMB}
! </TD>
! </TR>
<TR>
<TD valign=top WIDTH="100%"><FONT color="#000000">
! {STORY_COLUMN}
</TD>
Index: index3col.tpl
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/templates/en/default/index3col.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** index3col.tpl 2000/11/20 18:37:43 1.1
--- index3col.tpl 2001/11/28 17:49:56 1.2
***************
*** 3,6 ****
--- 3,11 ----
<TABLE width="100%" cellpadding=0 cellspacing=0 border="0">
+ <TR>
+ <TD COLSPAN="3" VALIGN="TOP">
+ {BREADCRUMB}
+ </TD>
+ </TR>
<TR>
|