[Lambda-cvs] lambda/templates foot.tpl,NONE,1.1 head.tpl,NONE,1.1
Status: Pre-Alpha
Brought to you by:
ariejan
From: adam m. <ada...@us...> - 2004-06-22 12:52:32
|
Update of /cvsroot/lambda/lambda/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6803 Added Files: foot.tpl head.tpl Log Message: Added new template files --- NEW FILE: head.tpl --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>{TITLE}</title> <link rel="stylesheet" type="text/css" href="/style/main.css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> --- NEW FILE: foot.tpl --- </body> </html> |