Thanks! I get it.

cheers,
Bas

Peter Klein schreef:
> -- cut --
> <?
> function user_make_links($menuArr,$conf) {
>  while (list($k,$v) = each($menuArr)) {
>   if ($conf["parentObj"]->isItemState("CUR",$k)) break;
>  }
>  $p = floor($k/5)*5;
>  $ma = array();
>  for ($i=0;$i<5;$i++) {
>   $ma[$i]=$menuArr[$p+$i];
>  }
>  return $ma;
> }
> 
> ?>
> -- cut --
> 
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to