?
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="<?php echo $this->url(array('module'=>'site','controller'=>'index','action'=>'index','ln'=> $this->ln),"index",true) ;?>"><img src="www/img/cideo.png" class="img-responsive" alt="<?php echo $this->translate->_("logo_cideo"); ?>"></a>
</div>
<div class="baseline hidden-xs"><?php echo $this->translate->_("titre_accueil"); ?></div>
<ul id="menusocial" class="nav social">
<?php
foreach ($this->reseaux as $value) {
?>
<li style="width:<?php echo $this->largeurlist; ?>">
<a class="social" title="<?php echo $value->name ?>" href="<?php echo $value->url ?>" target="_blank"><i class="iconn <?php echo $value->icon ?>"></i></a>
</li>
<?php
}
?>
</ul>
<div class="pull-right">
<div id="nav-icon3">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</div>
</div>
</nav>