Update of /cvsroot/phpmp/phpMP
In directory usw-pr-cvs1:/tmp/cvs-serv24078
Modified Files:
index.php
Log Message:
Updated Templating engine to produce a block title for main blocks.
Index: index.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/index.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** index.php 8 Apr 2002 22:29:13 -0000 1.11
--- index.php 9 Apr 2002 22:05:24 -0000 1.12
***************
*** 57,61 ****
$Template->Blocking('BeginMain');
! $Template->Blocking('BeginBig');
//$string = " Hey People :) ;) Like those smilies? Anyway [b] this is bbcode [/b]. And of course we always have people that want to use html <font face=\"New York\">Now this is a differernt font</font>. I found this cool site at http://www.apple.com. Anyway, it will kick your ass dumb motherfuckers. Peace out dude ji...@op...";
--- 57,61 ----
$Template->Blocking('BeginMain');
! $Template->Blocking('BeginBig', array(PAGETITLE => ".::phpMP Sample Page::."));
//$string = " Hey People :) ;) Like those smilies? Anyway [b] this is bbcode [/b]. And of course we always have people that want to use html <font face=\"New York\">Now this is a differernt font</font>. I found this cool site at http://www.apple.com. Anyway, it will kick your ass dumb motherfuckers. Peace out dude ji...@op...";
|