[phpMP-CVS] CVS: phpMP/includes template.php,1.15,1.16
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-07-22 00:49:47
|
Update of /cvsroot/phpmp/phpMP/includes In directory usw-pr-cvs1:/tmp/cvs-serv31664/includes Modified Files: template.php 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: template.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/includes/template.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** template.php 21 Jul 2002 21:43:33 -0000 1.15 --- template.php 22 Jul 2002 00:49:43 -0000 1.16 *************** *** 76,82 **** $array['COPYRIGHT'] = $MPCONF['TPL']['copyright']; $array['SITENAME'] = $MPCONF['TPL']['sitename']; ! $array['BULLET-HTML'] = $MPCONF['TPL']['bullet_html']; ! ! include($MPCONF['GEN']['abs_path'] . '/templates/' . $MPCONF['TPL']['tpl_name'] . '/tplvars.cfg'); return $array; --- 76,80 ---- $array['COPYRIGHT'] = $MPCONF['TPL']['copyright']; $array['SITENAME'] = $MPCONF['TPL']['sitename']; ! $array['BULLETHTML'] = $MPCONF['TPL']['bullet_html']; return $array; |