Update of /cvsroot/phpmp/phpMP/templates/TealMP
In directory usw-pr-cvs1:/tmp/cvs-serv31664/templates/TealMP
Modified Files:
footer.tpl header.tpl
Removed Files:
tplvars.cfg
Log Message:
Hardcoded something else that should've been hardcoded in the first place.
Added Bullet HTML info (a separator, basically) to Template vars. Not sure if I really need this.
RM'ed the TPLvars.cfg file since it is no longer needed.
Index: footer.tpl
===================================================================
RCS file: /cvsroot/phpmp/phpMP/templates/TealMP/footer.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** footer.tpl 9 Apr 2002 03:59:01 -0000 1.1
--- footer.tpl 22 Jul 2002 00:49:43 -0000 1.2
***************
*** 6,10 ****
</tr>
<tr>
! <td width="100%" colspan="2" align="center" bgcolor="#C0C0C0"><font size="2">{NAVBAR}</font></td>
</tr>
<tr>
--- 6,12 ----
</tr>
<tr>
! <td width="100%" colspan="2" align="center" bgcolor="#C0C0C0"><font size="2">
! <a href="/index.php">home</a> {BULLETHTML} <a href="/features.php">features</a> {BULLETHTML} <a href="/downloads.php">files</a> {BULLETHTML} <a href="/support.php">support</a> {BULLETHTML} <a href="/about.php">about</a> {BULLETHTML} <a href="http://phpmp.sourceforge.net/team.php">team</a> {BULLETHTML} <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpmp/phpMP/">cvs</a> {BULLETHTML} <a href="http://phpmp.sourceforge.net/devworld/modules/index.php?action=list">modules</a> {BULLETHTML} <a href="http://www.sourceforge.net/">sourceforge</a>
! </font></td>
</tr>
<tr>
Index: header.tpl
===================================================================
RCS file: /cvsroot/phpmp/phpMP/templates/TealMP/header.tpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** header.tpl 21 Jul 2002 21:43:33 -0000 1.2
--- header.tpl 22 Jul 2002 00:49:43 -0000 1.3
***************
*** 18,22 ****
</tr>
<tr>
! <td width="100%" colspan="5" align="center" bgcolor="#C0C0C0"><font size="2">{NAVBAR}</font></td>
</tr>
<tr>
--- 18,24 ----
</tr>
<tr>
! <td width="100%" colspan="5" align="center" bgcolor="#C0C0C0"><font size="2">
! <a href="/index.php">home</a> {BULLETHTML} <a href="/features.php">features</a> {BULLETHTML} <a href="/downloads.php">files</a> {BULLETHTML} <a href="/support.php">support</a> {BULLETHTML} <a href="/about.php">about</a> {BULLETHTML} <a href="http://phpmp.sourceforge.net/team.php">team</a> {BULLETHTML} <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpmp/phpMP/">cvs</a> {BULLETHTML} <a href="http://phpmp.sourceforge.net/devworld/modules/index.php?action=list">modules</a> {BULLETHTML} <a href="http://www.sourceforge.net/">sourceforge</a>
! </font></td>
</tr>
<tr>
--- tplvars.cfg DELETED ---
|