[Lambda-cvs] lambda/templates header.tpl,1.1,1.2
Status: Pre-Alpha
Brought to you by:
ariejan
From: Ariejan de V. <ar...@us...> - 2004-07-07 14:46:23
|
Update of /cvsroot/lambda/lambda/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15540/templates Modified Files: header.tpl Log Message: * Added login() function to determine if a client/admin is logged in * Added stylesheet * Updated index.php to show login box when no login, or redirect to my.php * Updated header.tpl Index: header.tpl =================================================================== RCS file: /cvsroot/lambda/lambda/templates/header.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** header.tpl 7 Jul 2004 13:51:53 -0000 1.1 --- header.tpl 7 Jul 2004 14:46:14 -0000 1.2 *************** *** 3,7 **** <head> <title>Lambda</title> ! <link rel="stylesheet" type="text/css" href="/style/main.css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> --- 3,7 ---- <head> <title>Lambda</title> ! <link rel="stylesheet" type="text/css" href="/stylesheet.css" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> |