Update of /cvsroot/phpslash/phpslash-ft/public_html
In directory usw-pr-cvs1:/tmp/cvs-serv14953/phpslash-ft/public_html
Modified Files:
config.php3
Log Message:
admin navbar block
Index: config.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config.php3,v
retrieving revision 1.144
retrieving revision 1.145
diff -C2 -d -r1.144 -r1.145
*** config.php3 3 Jun 2002 18:19:40 -0000 1.144
--- config.php3 30 Jun 2002 14:13:59 -0000 1.145
***************
*** 223,228 ****
$_PSL['templatedir'] = setLangTpl($lang);
! // Sets the default dkin for a site
! $_PSL['defaultskin'] = "default";
// comment out this block to disable setting theme in url
--- 223,228 ----
$_PSL['templatedir'] = setLangTpl($lang);
! // Sets the default skin for a site
! $_PSL['defaultskin'] = "basic"; // no css skin - "default"
// comment out this block to disable setting theme in url
***************
*** 299,302 ****
--- 299,308 ----
);
+
+ $_PSL['menuitem'] = $menuitem; // add default menuitems to global array
+
+ $menuitem = array();
+
+
$menuitem[] = array(
'name' => "User Profile",
***************
*** 379,383 ****
);
! $_PSL['menuitem'] = $menuitem; // add default menuitems to global array
// end of NavBar Menu Definitions
--- 385,391 ----
);
! $_PSL['menuadmin'] = $menuitem; // add default menuitems to global array
!
! // $_PSL['menuitem'] = $_PSL['menuitem']+$_PSL['menuadmin']; //uncomment to restor old navbar
// end of NavBar Menu Definitions
|