Skip to content
Snippets Groups Projects
Select Git revision
  • 5dd6c5b04209a3303be2319d8acc5eda9929109f
  • master default protected
  • simple-task/7248-eol-check-add-node-22
  • 6877_check_iml_deployment
4 results

check_ssl_certs

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'],
            ]
        ]
    ];