Skip to content
Snippets Groups Projects
Select Git revision
  • ba7733657b2c8288aed92f4818ac292a6d10c90e
  • main default protected
2 results

navi_top.php.dist

Blame
  • navi_top.php.dist 489 B
    <?php
    
    // icons: https://fontawesome.com/v5/search?o=r&m=free
    
    return [
        ['label'=>'='],
        ['href'=>'/index.php', 'label'=>'MyHome' , 'icon'=>'fa-solid fa-home', 'class'=>'bg-gray'],
        ['href'=>'#',          'label'=>'Contact'                                           ],
        ['href'=>'#',          'label'=>'Help',
            'children'=>[
                ['href'=>'#',     'label'=>'FAQ'],
                ['label'=>'-'],
                ['href'=>'#',     'label'=>'Support'],
            ]
        ]
    ];