Update of /cvsroot/phpwsbb/phpwsbb/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8928/conf
Modified Files:
controlpanel.php
Log Message:
Finished up monitoring changes
Index: controlpanel.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/conf/controlpanel.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** controlpanel.php 2 Mar 2004 02:40:48 -0000 1.3
--- controlpanel.php 23 Mar 2004 03:33:59 -0000 1.4
***************
*** 21,23 ****
--- 21,30 ----
"tab"=>"content");
+ $link[] = array ("label"=>"Set My Bulletin Board Preferences",
+ "module"=>"phpwsbb",
+ "url"=>"index.php?module=phpwsbb&PHPWSBB_MAN_OP=usersettings",
+ "image"=>$image,
+ "description"=>"Allows you to set your bulletin board preferences.",
+ "tab"=>"my_settings");
+
?>
|