NAVIGATION
This shows you the differences between two versions of the page.
|
english:navigation:dropdown-flyout:nav_horiz_dd [2010/09/04 07:51] Knut Heermann (flip-flop) |
english:navigation:dropdown-flyout:nav_horiz_dd [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 61: | Line 61: | ||
| ==== TAG ==== | ==== TAG ==== | ||
| - | **{NAV_HORIZ_DD:ID,Level depth}** -> z.B. //Output beginning in level 0 (home/root) with level depht limitation of 2.// | + | **{NAV_HORIZ_DD:ID,Level depth}** -> e.g. //Output beginning at level 0 (home/root) with level depht limitation of 2.// |
| <code html><div id="menu_container">{NAV_HORIZ_DD:0,2}</div></code> | <code html><div id="menu_container">{NAV_HORIZ_DD:0,2}</div></code> | ||
| Line 81: | Line 81: | ||
| ** | ** | ||
| V1.0:** | V1.0:** | ||
| - | * There is a redirect in the **root** article to ** home ** //(permanently 301)//. \\ | + | * There is a redirect for the **root** article to ** home ** //(permanently 301)//. \\ |
| - | * Redirect to [index.php?home] | + | * Redirecting to [index.php?home] |
| **V1.01:** | **V1.01:** | ||
| - | * Redirect from **root** to **home** isn´t necessary, in the script you can turned the link on/off (//in %%==== Custom var ====%%)// \\ Generated code: ##%%<li id="cat-id_0" class="drop home"><a class="first" href="....%%## \\ | + | * Redirecting from **root** to **home** isn´t necessary, because by editing (//%%==== Custom var ====%%)// around line 36 of the script you can turn on/off the link \\ Generated code: ##%%<li id="cat-id_0" class="drop home"><a class="first" href="....%%## \\ |
| ---- | ---- | ||
| Line 145: | Line 145: | ||
| // Is it a active path ? ======== | // Is it a active path ? ======== | ||
| - | // Ist dies der aktive Pfad ? ======== | + | // Ist dies der aktive Pfad |
| + | |||
| + | ======== | ||
| if( isset($GLOBALS['LEVEL_KEY'][ $value['acat_id'] ]) ) { | if( isset($GLOBALS['LEVEL_KEY'][ $value['acat_id'] ]) ) { | ||