1.11 svn 8215get_sibling($direction[,$assign][,$alias])
Returns the alias of the next or previous sibling to the specified page. or false.
CGExtension 1.30
CGSimpleSmarty 1.5.2
url_rewrite on
{$cgsimple->get_sibling("next","next_sibling")}{$next_sibling} return the alias in the same hierarchy, so :
parent1 gives alias of parent2, not the alias of his first child
Child 1.1 gives alias of 1.2 and "false" for the last child 1.
Bug or it is a mistake in help or I did not quite understood the meaning of sibling ?