?
Current File : /home/c/i/d/cideo/site_2015/application/modules/site/views/scripts/nav/nav.phtml
<div class="section mainmenu aligner">
    <div class="menu-wrapper">
        <ul>
           <li>
                <a href="<?php echo $this->url(array('module'=>'site','controller'=>'index','action'=>'index','ln'=> $this->ln),"index",true) ;?>"><?php echo $this->translate->_("Menu_Label_agence"); ?></a>
            </li>
            <li>
                <a href="<?php echo $this->url(array('module'=>'site','controller'=>'index','action'=>'branding','ln'=> $this->ln),"branding",true) ;?>"><?php echo $this->translate->_("Menu_Label_branding"); ?></a>
            </li>
            <li>
                <a href="<?php echo $this->url(array('module'=>'site','controller'=>'index','action'=>'business','ln'=> $this->ln),"business",true) ;?>"><?php echo $this->translate->_("Menu_Label_business"); ?></a>
            </li>
            <li>
                <a href="<?php echo $this->url(array('module'=>'site','controller'=>'index','action'=>'goodmorning','ln'=> $this->ln),"goodmorning",true) ;?>"><?php echo $this->translate->_("Menu_Label_goodmorning"); ?></a>
            </li>
            <li>
                <a href="<?php echo $this->url(array('module'=>'site','controller'=>'index','action'=>'references','ln'=> $this->ln),"references",true) ;?>"><?php echo $this->translate->_("Menu_Label_references"); ?></a>
            </li>
            <li>
                <a href="<?php echo $this->url(array('module'=>'site','controller'=>'index','action'=>'equipe','ln'=> $this->ln),"equipe",true) ;?>"><?php echo $this->translate->_("Menu_Label_equipe"); ?></a>
            </li>
            <li>
                <a href="<?php echo $this->url(array('module'=>'site','controller'=>'index','action'=>'contact','ln'=> $this->ln),"contact",true) ;?>"><?php echo $this->translate->_("Menu_Label_contact"); ?></a>
            </li>
        </ul>
        <div class="col-md-offset-4 col-md-4">
            <form id="nl_form" role="form" enctype="application/x-www-form-urlencoded" action="" method="post">
                <div class="form-group">
                    <div class="input-group input-group-lg">
                          <?php echo $this->form->email; ?>
                        <span class="input-group-btn">
                            <a id="oknews" class="btn btn-primary" type="submit"><?php echo $this->translate->_("label_OK"); ?></a>
                        </span>
                    </div>
                </div>
            </form>
            <p id="nl_output"></p>
        </div>
    </div>
</div>