Skip to content

Commit 6fd09f3

Browse files
committed
Swap the main menu region menu link with the home link.
1 parent dcde5f9 commit 6fd09f3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Diff for: app/default.settings.js

+11-11
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,17 @@ drupalgap.settings.menus.regions = {}; // Do not remove this line.
220220
// Header Region Links
221221
drupalgap.settings.menus.regions['header'] = {
222222
links:[
223+
/* Main Menu Popup Menu Button */
224+
{
225+
options: {
226+
popup: true,
227+
popup_delta: 'main_menu',
228+
attributes: {
229+
'class': 'ui-btn-left',
230+
'data-icon': 'bars'
231+
}
232+
}
233+
},
223234
/* Home Button */
224235
{
225236
path: '',
@@ -235,17 +246,6 @@ drupalgap.settings.menus.regions['header'] = {
235246
mode: 'exclude'
236247
}
237248
},
238-
/* Main Menu Popup Menu Button */
239-
{
240-
options: {
241-
popup: true,
242-
popup_delta: 'main_menu',
243-
attributes: {
244-
'class': 'ui-btn-left',
245-
'data-icon': 'bars'
246-
}
247-
}
248-
},
249249
/* Anonymous User Popup Menu Button */
250250
{
251251
options: {

0 commit comments

Comments
 (0)