[Lambda-cvs] lambda/templates page.tpl,NONE,1.1
Status: Pre-Alpha
Brought to you by:
ariejan
From: Ariejan de V. <ar...@us...> - 2004-07-07 13:58:08
|
Update of /cvsroot/lambda/lambda/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5430 Added Files: page.tpl Log Message: Added standard page template --- NEW FILE: page.tpl --- {include file="header.tpl"} {$content|default:"Nothing to display."} {include file="footer.tpl"} |