Select Git revision
-
Gasser Martin (mg20u947) authoredGasser Martin (mg20u947) authored
navi_top.php 489 B
<?php
// icons: https://fontawesome.com/v6/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'],
]
]
];