Mini Kabibi Habibi

Current Path : C:/Users/Public/Documents/DXTREME 13.1 Demos/DXSK8/DXSK8.Desktop/
Upload File :
Current File : C:/Users/Public/Documents/DXTREME 13.1 Demos/DXSK8/DXSK8.Desktop/desktop.config.js

// 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'
            }
        ]
    }
});