[Lambda-cvs] lambda index.php,1.3,1.4
Status: Pre-Alpha
Brought to you by:
ariejan
From: Ariejan de V. <ar...@us...> - 2004-07-07 13:59:34
|
Update of /cvsroot/lambda/lambda In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5684 Modified Files: index.php Log Message: Make use of new smarty template system. Index: index.php =================================================================== RCS file: /cvsroot/lambda/lambda/index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** index.php 19 Jun 2004 10:25:22 -0000 1.3 --- index.php 7 Jul 2004 13:59:26 -0000 1.4 *************** *** 12,18 **** include('includes/bootstrap.php'); ! $template->showHeader(); ! ! $template->showFooter(); ?> \ No newline at end of file --- 12,16 ---- include('includes/bootstrap.php'); ! $template->display("page.tpl"); ?> \ No newline at end of file |