Skip to content
Snippets Groups Projects
Select Git revision
  • 541da5bf8abbc37d1ecaea5f65beac0532366841
  • master default protected
2 results

inc_config.sh.dist

Blame
  • navi_left.php 542 B
    <?php
    
    // icons: https://fontawesome.com/v5/search?o=r&m=free
    
    return [
        ['href'=>'#',          'label'=>'Menu A', 'icon'=>'fa-solid fa-home' ],
        ['href'=>'#',          'label'=>'Menu B', 'icon'=>'fa-solid fa-tv', 'class' => 'active' ],
        ['href'=>'#',          'label'=>'Menu C', 'icon'=>'fa-solid fa-truck-pickup',
            'children'=>[
                ['href'=>'#',     'label'=>'FAQ'     , 'icon'=>'fa-solid fa-truck-monster'],
                ['href'=>'#',     'label'=>'Support' , 'icon'=>'fa-solid fa-truck-moving'],
            ]
        ]
    ];