[Phpslash-commit] CVS: phpslash-ft/public_html config.php3,1.120,1.121
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2002-01-05 20:45:47
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory usw-pr-cvs1:/tmp/cvs-serv13831/phpslash-ft/public_html Modified Files: config.php3 Log Message: bugfix - disable TopicBar and NavBar in getHeader and getFooter OK Index: config.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config.php3,v retrieving revision 1.120 retrieving revision 1.121 diff -C2 -d -r1.120 -r1.121 *** config.php3 2001/12/16 20:54:51 1.120 --- config.php3 2002/01/05 20:45:45 1.121 *************** *** 83,86 **** --- 83,87 ---- $_PSL[module][Submission] = true; $_PSL[module][Infolog] = true; + $_PSL[module][Author] = true; $_PSL[module][Variable] = false; *************** *** 289,293 **** link => $_PSL['adminurl'] . "/authorAdmin.php3", perm => "author", ! module => "" ); $menuitem[] = array( --- 290,294 ---- link => $_PSL['adminurl'] . "/authorAdmin.php3", perm => "author", ! module => "Author" ); $menuitem[] = array( |