NAVIGATION
This shows you the differences between two versions of the page.
|
english:navigation:little-helper:build-custom-menu [2010/01/28 09:16] Knut Heermann (flip-flop) |
english:navigation:little-helper:build-custom-menu [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 89: | Line 89: | ||
| </code> | </code> | ||
| + | \\ | ||
| + | **In mind:** | ||
| + | |||
| + | <code php> | ||
| + | // Top Navigation | ||
| + | $_mainNavi = array(0, 1, 2, 3); | ||
| + | |||
| + | // Left Navigation | ||
| + | $_leftNavi = array(4, 5, 6, 7, 8); // left navi IDs | ||
| + | </code> | ||
| \\ | \\ | ||
| **Lets see:** | **Lets see:** | ||