Revision 404
Added by ryan almost 18 years ago
class.admin.php | ||
---|---|---|
114 | 114 |
array(ADMIN_URL.'/preferences/index.php', '', $MENU['PREFERENCES'], 'preferences', 0), |
115 | 115 |
array(ADMIN_URL.'/settings/index.php', '', $MENU['SETTINGS'], 'settings', 1), |
116 | 116 |
array(ADMIN_URL.'/access/index.php', '', $MENU['ACCESS'], 'access', 1), |
117 |
array('http://www.websitebaker.org/permalink/help?version='.WB_VERSION, '_blank', $MENU['HELP'], 'help', 0),
|
|
117 |
array('http://www.websitebaker.org/help/'.WB_VERSION, '_blank', $MENU['HELP'], 'help', 0),
|
|
118 | 118 |
array(WB_URL.'/', '_blank', $MENU['VIEW'], 'view', 0), |
119 | 119 |
array(ADMIN_URL.'/logout/index.php', '', $MENU['LOGOUT'], 'logout', 0) |
120 | 120 |
); |
Also available in: Unified diff
Updated links to Website Baker website