Select Git revision
30_🔆_Init_a_new_project.md
-
Hahn Axel (hahn) authoredHahn Axel (hahn) authored
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'],
]
]
];