Update of /cvsroot/phpmp/phpMP/templates/TealMP
In directory usw-pr-cvs1:/tmp/cvs-serv24078/templates/TealMP
Modified Files:
blocking.cfg tplvars.cfg
Log Message:
Updated Templating engine to produce a block title for main blocks.
Index: blocking.cfg
===================================================================
RCS file: /cvsroot/phpmp/phpMP/templates/TealMP/blocking.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** blocking.cfg 9 Apr 2002 03:59:01 -0000 1.1
--- blocking.cfg 9 Apr 2002 22:05:25 -0000 1.2
***************
*** 12,16 ****
<td height="20" class="tabletitle">
<table width="100%" class="tabletitle" bordercolor=black background="'.$MPCONF['GEN']['uri'].'/templates/'.$MPCONF['TPL']['tpl_name'].'/images/navbg.gif"><tr><td width="100%" class="tabletitle" bordercolor=black>
! <font color=white><small>( title not yet implemented }</small></font>
</td></tr></table>
</td>
--- 12,16 ----
<td height="20" class="tabletitle">
<table width="100%" class="tabletitle" bordercolor=black background="'.$MPCONF['GEN']['uri'].'/templates/'.$MPCONF['TPL']['tpl_name'].'/images/navbg.gif"><tr><td width="100%" class="tabletitle" bordercolor=black>
! <font color=white><small>{PAGETITLE}</small></font>
</td></tr></table>
</td>
Index: tplvars.cfg
===================================================================
RCS file: /cvsroot/phpmp/phpMP/templates/TealMP/tplvars.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** tplvars.cfg 9 Apr 2002 03:59:01 -0000 1.1
--- tplvars.cfg 9 Apr 2002 22:05:25 -0000 1.2
***************
*** 6,10 ****
$array['NAVBAR'] .= '<a href="' . $MPCONF['GEN']['uri'] . '/support.php">support</a> <font color="#0a4a67">•</font> ';
$array['NAVBAR'] .= '<a href="' . $MPCONF['GEN']['uri'] . '/about.php">about</a> <font color="#0a4a67">•</font> ';
! $array['NAVBAR'] .= '<a href="http://phpmp.sourceforge.net/devworld/">dev.world</a> <font color="#0a4a67">•</font> ';
$array['NAVBAR'] .= '<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpmp/phpMP/">cvs</a> <font color="#0a4a67">•</font> ';
$array['NAVBAR'] .= '<a href="http://phpmp.sourceforge.net/devworld/modules/index.php?action=list">modules</a> <font color="#0a4a67">•</font> ';
--- 6,10 ----
$array['NAVBAR'] .= '<a href="' . $MPCONF['GEN']['uri'] . '/support.php">support</a> <font color="#0a4a67">•</font> ';
$array['NAVBAR'] .= '<a href="' . $MPCONF['GEN']['uri'] . '/about.php">about</a> <font color="#0a4a67">•</font> ';
! $array['NAVBAR'] .= '<a href="http://phpmp.sourceforge.net/team.php">team</a> <font color="#0a4a67">•</font> ';
$array['NAVBAR'] .= '<a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/phpmp/phpMP/">cvs</a> <font color="#0a4a67">•</font> ';
$array['NAVBAR'] .= '<a href="http://phpmp.sourceforge.net/devworld/modules/index.php?action=list">modules</a> <font color="#0a4a67">•</font> ';
|