[phpMP-CVS] CVS: phpMP/templates/TealMP blocking.cfg,1.2,1.3 header.tpl,1.1,1.2
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-07-21 21:43:36
|
Update of /cvsroot/phpmp/phpMP/templates/TealMP In directory usw-pr-cvs1:/tmp/cvs-serv22717/templates/TealMP Modified Files: blocking.cfg header.tpl Log Message: Moved a few template variables around. Before, the site name was hardcoded into the system. Now, it is referenced only in templates, where it should be. Index: blocking.cfg =================================================================== RCS file: /cvsroot/phpmp/phpMP/templates/TealMP/blocking.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** blocking.cfg 9 Apr 2002 22:05:25 -0000 1.2 --- blocking.cfg 21 Jul 2002 21:43:33 -0000 1.3 *************** *** 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> --- 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>.:: {SITENAME} :: {PAGETITLE} ::.</small></font> </td></tr></table> </td> Index: header.tpl =================================================================== RCS file: /cvsroot/phpmp/phpMP/templates/TealMP/header.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** header.tpl 9 Apr 2002 03:59:01 -0000 1.1 --- header.tpl 21 Jul 2002 21:43:33 -0000 1.2 *************** *** 2,6 **** <html> <head> ! <title>{PAGETITLE}</title> <script src="{MPURLPATH}/templates/{TPLNAME}/js/fade.js" language="Javascript"></script> <link rel="stylesheet" href="{MPURLPATH}/templates/{TPLNAME}/css/tpl_style.css" type="text/css" /> --- 2,6 ---- <html> <head> ! <title>.:: {SITENAME} :: {PAGETITLE} ::.</title> <script src="{MPURLPATH}/templates/{TPLNAME}/js/fade.js" language="Javascript"></script> <link rel="stylesheet" href="{MPURLPATH}/templates/{TPLNAME}/css/tpl_style.css" type="text/css" /> |