Many small updates and fixes
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
foreach ($mainMenu as $item) {
|
||||
echo ' ' . pageLink($item)."\r\n";
|
||||
}
|
||||
foreach ($mainMenuRight as $item) {
|
||||
echo ' ' . pageLink($item, ['css'=>'right floated'])."\r\n";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user