Add to header and Header Nav

Permalink
Hi I am working on terrafirma2 theme, the website I am working on ishttp://labergerie.convivoo.org/... . The issue is when I go to editing of this page I don;t see Add to header and Header Nav so I can add block there. I want to add internationalization flags on the top right header area. I am able to add flags on the sidebar but on the top not header nav coming nor Add to header.

Do I have add some in the code file, please suggest me links that will help me further progress on my website. Thanks, Chander.

 
chanderdelhi replied on at Permalink Best Answer Reply
I found Hardcode for auto nav block and it workedhttp://www.concrete5.org/documentation/how-tos/developers/hardcode-...
chanderdelhi replied on at Permalink Reply
hurrray now found code for flags too

<?php
$switchBT = BlockType::getByHandle('switch_language');
$switchBT->render('templates/flags/view');
?>

http://www.concrete5.org/marketplace/addons/internationalization/fo...