Skip to content
Snippets Groups Projects
Select Git revision
  • 72ce8f7bd842a7e23659bd5e4395e449f7a24cdc
  • master default protected
  • 7771-harden-postgres-backup
  • pgsql-dump-with-snapshots
  • update-colors
  • update-docs-css
  • usb-repair-stick
  • desktop-notification
  • 7000-corrections
  • db-detector
10 results

.gitkeep

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