Mini Kabibi Habibi
// NOTE object below must be a valid JSON
window.DXSK8 = $.extend(true, window.DXSK8, {
"config": {
"defaultLayout": "custom",
"navigation": [
{
action: '#index',
title: 'Build a ride'
},
{
action: '#ProductCategory/1',
title: 'Decks'
},
{
action: '#ProductCategory/3',
title: 'Trucks'
},
{
action: '#ProductCategory/2',
title: 'Wheels & Bearings'
},
{
action: '#ProductCategory/4',
title: 'Accessories'
},
{
action: '#ProductCategory/5',
title: 'Clothing'
},
{
action: '#ProductCategory/6',
title: 'Shoes'
},
{
action: DXSK8Shared.utils.notImplemented,
title: 'Media'
},
{
action: '#Stores',
title: 'Stores'
},
{
action: DXSK8Shared.utils.notImplemented,
title: 'Sale'
}
]
}
});