1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Added e_admin_menu backward compatibility (for jayya and reline only).

List plugin admin menu updated
This commit is contained in:
secretr
2008-12-20 10:39:14 +00:00
parent 1546220222
commit ca71a7742d
6 changed files with 192 additions and 36 deletions

View File

@@ -9,8 +9,8 @@
* Administration - Site Preferences
*
* $Source: /cvs_backup/e107_0.8/e107_admin/prefs.php,v $
* $Revision: 1.20 $
* $Date: 2008-12-19 14:01:07 $
* $Revision: 1.21 $
* $Date: 2008-12-20 10:39:14 $
* $Author: secretr $
*
*/
@@ -1124,7 +1124,7 @@ function prefs_adminmenu()
$var['core-prefs-security']['text'] = PRFLAN_47;
$var['core-prefs-comments']['text'] = PRFLAN_87;
$var['core-prefs-advanced']['text'] = PRFLAN_149;
show_admin_menu(LAN_OPTIONS.'--id--prev_nav', 'core-prefs-main', $var, TRUE);
e_admin_menu(LAN_OPTIONS.'--id--prev_nav', 'core-prefs-main', $var);
}
/**