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

page.tpl.php

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