@@ -22,20 +22,21 @@ public function getName()
2222 * @param array $params
2323 *
2424 * Params possibilities:
25- * - id ID for the navigation UL.
26- * - class Class name for the navigation UL.
27- * - classActive Class name for the active nodes.
28- * - classBlank Class name for hyperlinks that have a _blank target.
29- * - classLevel2 Class name for the children UL. You can add a classLevel for every level you need (e.g.: classLevel2, classLevel3).
30- * - classChildren Class name for a node that has children.
31- * - classFirst Class name for the first node in the navigation.
32- *
33- * - linkRel Rel (relationship) for each hyperlink.
34- *
35- * - excludeUl Exclude the main UL wrapper.
36- * - maxLevel Build the navigation till a certain level.
37- * - overrideStatus Includes every node whatever the status.
38- * - startFromId Begin the navigation at a specific node ID.
25+ * - id ID for the navigation UL.
26+ * - class Class name for the navigation UL.
27+ * - classActive Class name for the active nodes.
28+ * - classBlank Class name for hyperlinks that have a _blank target.
29+ * - classLevel2 Class name for the children UL. You can add a classLevel for every level you need (e.g.: classLevel2, classLevel3).
30+ * - classChildren Class name for a node that has children.
31+ * - classFirst Class name for the first node in the navigation.
32+ *
33+ * - linkRel Rel (relationship) for each hyperlink.
34+ *
35+ * - excludeUl Exclude the main UL wrapper.
36+ * - maxLevel Build the navigation till a certain level.
37+ * - overrideStatus Includes every node whatever the status.
38+ * - startFromId Begin the navigation at a specific node ID.
39+ * - ignoreActiveChilds Won't make a node active if a node's child is active.
3940 *
4041 * @return string
4142 */
@@ -129,4 +130,4 @@ public function getBreadcrumbs($params = array())
129130 {
130131 return craft ()->amNav ->getBreadcrumbs ($ params );
131132 }
132- }
133+ }
0 commit comments