Update of /cvsroot/phpwebapp/top10/templates
In directory sc8-pr-cvs1:/tmp/cvs-serv19815/templates
Modified Files:
Tag: maisp
module.php
Log Message:
Added modules 'users' and 'modify' that will be used by admin.
Index: module.php
===================================================================
RCS file: /cvsroot/phpwebapp/top10/templates/module.php,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -d -r1.5 -r1.5.2.1
*** module.php 5 Jan 2004 14:42:00 -0000 1.5
--- module.php 13 Jan 2004 14:34:02 -0000 1.5.2.1
***************
*** 88,91 ****
--- 88,97 ----
$module_file = "about/about.html";
break;
+ case "users":
+ $module_file = "admin/users/users.html";
+ break;
+ case "modify":
+ $module_file = "admin/modify/modify.html";
+ break;
case "proj_list":
$module_file = "proj_list/proj_list.html";
|