Changeset 30972 for trunk/admin/include
- Timestamp:
- Feb 16, 2015, 1:56:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/add_core_tabs.inc.php
r28714 r30972 60 60 61 61 case 'comments': 62 $sheets[''] = array('caption' => l10n('User comments'), 'url' => ''); 62 global $my_base_url; 63 $sheets[''] = array('caption' => l10n('User comments'), 'url' => $my_base_url.'comments'); 63 64 break; 64 65 65 66 case 'users': 66 $sheets[''] = array('caption' => '<span class="icon-users"> </span>'.l10n('User list'), 'url' => ''); 67 global $my_base_url; 68 $sheets[''] = array('caption' => '<span class="icon-users"> </span>'.l10n('User list'), 'url' => $my_base_url.'user_list'); 67 69 break; 68 70 69 71 case 'groups': 70 $sheets[''] = array('caption' => '<span class="icon-group"> </span>'.l10n('Groups'), 'url' => ''); 72 global $my_base_url; 73 $sheets[''] = array('caption' => '<span class="icon-group"> </span>'.l10n('Groups'), 'url' => $my_base_url.'group_list'); 71 74 break; 72 75
Note: See TracChangeset
for help on using the changeset viewer.