Update of /cvsroot/phpmp/phpMP/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv9354/templates/default
Modified Files:
footer.tpl tplvars.cfg
Log Message:
Sourceforge info removed. Templates reflect small updates. User module added "Register" line.
Index: footer.tpl
===================================================================
RCS file: /cvsroot/phpmp/phpMP/templates/default/footer.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** footer.tpl 3 Apr 2002 11:38:18 -0000 1.3
--- footer.tpl 5 Apr 2002 06:01:28 -0000 1.4
***************
*** 16,21 ****
</td></tr></table>
- <br>
- <center><a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=49934&type=2" width="125" height="37" border="0" alt="SourceForge.net Logo" /></a></center>
</body>
--- 16,19 ----
Index: tplvars.cfg
===================================================================
RCS file: /cvsroot/phpmp/phpMP/templates/default/tplvars.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** tplvars.cfg 1 Apr 2002 23:54:30 -0000 1.1
--- tplvars.cfg 5 Apr 2002 06:01:28 -0000 1.2
***************
*** 5,9 ****
$array['NAVBAR'] .= '<a href="' . $MPCONF['GEN']['uri'] . '/downloads.php">files</a> • ';
$array['NAVBAR'] .= '<a href="' . $MPCONF['GEN']['uri'] . '/support.php">support</a> • ';
! $array['NAVBAR'] .= '<a href="' . $MPCONF['GEN']['uri'] . '/about.php">about</a> • ';
$array['NAVBAR'] .= '<a href="http://phpmp.sourceforge.net/devworld/">dev.world</a> • ';
$array['NAVBAR'] .= '<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpmp/phpMP/">cvs</a> • ';
--- 5,9 ----
$array['NAVBAR'] .= '<a href="' . $MPCONF['GEN']['uri'] . '/downloads.php">files</a> • ';
$array['NAVBAR'] .= '<a href="' . $MPCONF['GEN']['uri'] . '/support.php">support</a> • ';
! $array['NAVBAR'] .= '<a href="' . $MPCONF['GEN']['uri'] . '/team.php">team</a> • ';
$array['NAVBAR'] .= '<a href="http://phpmp.sourceforge.net/devworld/">dev.world</a> • ';
$array['NAVBAR'] .= '<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpmp/phpMP/">cvs</a> • ';
|