Skip to content
Snippets Groups Projects
Commit 8adf401b authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

add demo navigation

parent c5fe56f1
No related branches found
No related tags found
1 merge request!3Fix missing files
<?php
// icons: https://fontawesome.com/v5/search?o=r&m=free
return [
['href'=>'#', 'label'=>'Menu A', 'icon'=>'fas fa-home' ],
['href'=>'#', 'label'=>'Menu B', 'icon'=>'fas fa-tv'],
['href'=>'#', 'label'=>'Menu C', 'icon'=>'fas fa-truck-pickup',
'children'=>[
['href'=>'#', 'label'=>'FAQ' , 'icon'=>'fas fa-truck-monster'],
['href'=>'#', 'label'=>'Support' , 'icon'=>'fas fa-truck-moving'],
]
]
];
\ No newline at end of file
<?php
// icons: https://fontawesome.com/v5/search?o=r&m=free
return [
['href'=>'/index.php', 'label'=>'MyHome' , 'icon'=>'fas fa-home', 'class'=>'bg-gray'],
['href'=>'#', 'label'=>'Contact' ],
['href'=>'#', 'label'=>'Help',
'children'=>[
['href'=>'#', 'label'=>'FAQ'],
['label'=>'-'],
['href'=>'#', 'label'=>'Support'],
]
]
];
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment