Multi language - display no subnavigation

Permalink
Hi there,

I used the fine tutorial:http://www.concrete5.org/documentation/how-tos/building-sites-in-mu... to build a two language site.
The problem is, i want to display subpages in my navigation, but it doesn't show the subpages.
When i manually add an autonav to the page, the subpage displays correctly. Of course I set the autonav in my scrapbook.

Attached:
- Nav not working
- Settings in scrapbook
- Manually nav, is working

Code:
<div id="navigatie">
        <?php
    if ($c->getCollectionAttributeValue('engels')) {
      $block = Block::getByName('engelse_navigatie');  
      if( is_object($block) ) $block->display();  
    } else {  
      $block = Block::getByName('nederlandse_navigatie');  
      if( is_object($block) ) $block->display();        
    } 
  ?>
  <?php          
         $ah = new Area('Links');
         $ah->display($c);         
         ?>
    </div>

Url:http://212.61.165.85/~rachelfont/index.php/intake

Hope someone can help...

3 Attachments

annekeh
 
annekeh replied on at Permalink Reply
annekeh
Also posted it here:http://www.concrete5.org/community/forums/usage/multi-language-disp...
Because of no response...

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.