Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 22nd, 2010 | Syntax: PHP | Size: 0.34 KB | Hits: 66 | Expires: Never
Copy text to clipboard
  1.       $children = $this->buildMenuRecursive( $item['id'], $level + 1 );
  2.  
  3.       if ( !$firstcontentid ) {
  4.         if ( $item['ismenu'] == 0 )
  5.           $firstcontentid = $item['id'];
  6.         else {
  7.           $items[ $key ]['alsobbik'] = $children['firstcontentid'];
  8.           $firstcontentid = $children['firstcontentid'];
  9.         }
  10.       }