Update of /cvsroot/upcase-project/UpCase/config
In directory sc8-pr-cvs1:/tmp/cvs-serv17743
Modified Files:
uc_templates.inc
Log Message:
added templates for login page and home page setting
Index: uc_templates.inc
===================================================================
RCS file: /cvsroot/upcase-project/UpCase/config/uc_templates.inc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** uc_templates.inc 28 Nov 2002 15:03:00 -0000 1.4
--- uc_templates.inc 5 Dec 2002 10:16:09 -0000 1.5
***************
*** 31,34 ****
--- 31,35 ----
$uc_tmpl["APP_MENU"] = $uc_lang . "/blocs/appmenu.mxt";
$uc_tmpl["LOGIN"] = $uc_lang . "/blocs/login.mxt";
+ $uc_tmpl["FORCE_LOGIN"] = $uc_lang . "/login.mxt";
$uc_tmpl["LOGOUT"] = $uc_lang . "/blocs/logout.mxt";
$uc_tmpl["MY_ACCOUNT"] = $uc_lang . "/myaccount.mxt";
***************
*** 38,40 ****
--- 39,42 ----
$uc_tmpl["CONFIGURE"] = $uc_lang . "/configure.mxt";
$uc_tmpl["PREINSTALL"] = $uc_lang . "/preinstall.mxt";
+ $uc_tmpl["HOME_PAGE"] = $uc_lang . "/homepage.mxt";
?>
|