Skip to content

Commit 2f4f459

Browse files
committed
Menus updated.
1 parent 30906ca commit 2f4f459

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

os2web_meetings.strongarm.inc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ function os2web_meetings_strongarm() {
361361
$strongarm->api_version = 1;
362362
$strongarm->name = 'menu_options_meeting';
363363
$strongarm->value = array(
364-
0 => 'main-menu',
364+
0 => 'os2web-main-menu',
365365
);
366366
$export['menu_options_meeting'] = $strongarm;
367367

@@ -376,28 +376,28 @@ function os2web_meetings_strongarm() {
376376
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
377377
$strongarm->api_version = 1;
378378
$strongarm->name = 'menu_parent_os2web_meetings_bullet';
379-
$strongarm->value = 'main-menu:0';
379+
$strongarm->value = 'os2web-main-menu:0';
380380
$export['menu_parent_os2web_meetings_bullet'] = $strongarm;
381381

382382
$strongarm = new stdClass();
383383
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
384384
$strongarm->api_version = 1;
385385
$strongarm->name = 'menu_parent_os2web_meetings_bullet_attach';
386-
$strongarm->value = 'main-menu:0';
386+
$strongarm->value = 'os2web-main-menu:0';
387387
$export['menu_parent_os2web_meetings_bullet_attach'] = $strongarm;
388388

389389
$strongarm = new stdClass();
390390
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
391391
$strongarm->api_version = 1;
392392
$strongarm->name = 'menu_parent_meeting';
393-
$strongarm->value = 'main-menu:0';
393+
$strongarm->value = 'os2web-main-menu:0';
394394
$export['menu_parent_meeting'] = $strongarm;
395395

396396
$strongarm = new stdClass();
397397
$strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */
398398
$strongarm->api_version = 1;
399399
$strongarm->name = 'menu_parent_os2web_meeting_search_status';
400-
$strongarm->value = 'main-menu:0';
400+
$strongarm->value = 'os2web-main-menu:0';
401401
$export['menu_parent_os2web_meeting_search_status'] = $strongarm;
402402

403403
$strongarm = new stdClass();

0 commit comments

Comments
 (0)