Skip to content
Snippets Groups Projects
Select Git revision
  • ff22cf4491aa965e1d21dd462e0d044f95d8c614
  • 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

localdump.sh

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