NAVIGATION
This shows you the differences between two versions of the page.
|
english:navigation:nav_list_ul-example:navi-different-level [2009/05/24 12:04] Claus |
english:navigation:nav_list_ul-example:navi-different-level [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 19: | Line 19: | ||
| **Docu:** -- \\ | **Docu:** -- \\ | ||
| - | **Forum:** [[http://forum.phpwcms.org/viewtopic.php?p=111140#p111140|NAV_LIST_UL in verschiedenen Ebenen]] //(using the hepl of the Level-Lift)// | + | **Forum:** [[http://forum.phpwcms.org/viewtopic.php?p=111140#p111140|NAV_LIST_UL in verschiedenen Ebenen]] //(using the hepl of the english/navigation/little-helper/level-lift)// |
| - | **Autor:** K.Heermann (flip-flop) http://planmatrix.de //2009/05/13 // \\ | + | **Author:** K.Heermann (flip-flop) http://planmatrix.de //2009/05/13 // \\ |
| **CMS-Version:** >= V1.3.0 \\ | **CMS-Version:** >= V1.3.0 \\ | ||
| **Version:** -- \\ | **Version:** -- \\ | ||
| Line 71: | Line 71: | ||
| ~~UP~~ | ~~UP~~ | ||
| - | ==== Representation of the output: ==== | + | ==== Displaying the output: ==== |
| <div class="nlu_navi1"> \\ | <div class="nlu_navi1"> \\ | ||
| Line 78: | Line 78: | ||
| - | **Exposition: ** ##| home | category_01 | **[category_02]** | category_03 | category_04 | ## \\ | + | **is resulting in: ** ##| home | category_01 | **[category_02]** | category_03 | category_04 | ## \\ |
| **And structurally:** | **And structurally:** | ||
| <file> | <file> | ||
| Line 96: | Line 96: | ||
| </file> | </file> | ||
| - | **Without the paramter "P" it looks like:** | + | **Without the parameter "P" it looks like:** |
| <div class="nlu_navi1"> \\ | <div class="nlu_navi1"> \\ | ||
| Line 103: | Line 103: | ||
| - | **Exposition: ** ##| category_01 | **[category_02]** | category_03 | category_04 | ## \\ | + | **is resulting in: ** ##| category_01 | **[category_02]** | category_03 | category_04 | ## \\ |
| **And structurally:** | **And structurally:** | ||
| Line 122: | Line 122: | ||
| - | Now still the expenditure of the sub level is missing, in addition the level-lift is used. (Representation of navigation starting from a certain level). | + | While still the sub level display is missing yet, now the [[english/navigation/little-helper/level-lift]] is used additionally (output of navigation starting from a certain level). |
| ~~UP~~ | ~~UP~~ | ||
| Line 214: | Line 214: | ||
| [/PHP] | [/PHP] | ||
| </code> | </code> | ||
| - | **the outcome of this is** //(with active level ##**category_02**##)// | + | **the output of this is** //(with active level ##**category_02**##)// |
| ##| home | category_01 | **[category_02]** | category_03 | category_04 | ## | ##| home | category_01 | **[category_02]** | category_03 | category_04 | ## | ||