Current File : /home/karenpetzb/application/modules/backoffice/views/layouts/headerLayoutTop.phtml

<header class="hidden-print">
                <!-- User Section Start -->
                <div class="user">
                    <div class="logo">
                        <a href="<?php echo $this->baseUrl; ?>/backoffice"><?php echo $this->siteName; ?></a>
                    </div>   
                    <div class="welcome">
                        <p>Bienvenue</p>
                        <h5><a href="<?php echo $this->baseUrl; ?>/backoffice"><?php echo $this->escape($this->useradmin['nom']). ' '.$this->escape($this->useradmin['prenom']).'.'; ?></a></h5>
                    </div>
                </div>
                <!-- User Section End -->
                <!-- Search Section Start -->
			<?php  if ($this->isSiteEbusiness) {  ?>
                <div class="search-box">
                	<form method="POST" action="/backoffice/product/search" id="searchbarform">
	                    <input type="text" placeholder="Rechercher un produit" name="search" id="searchbarinput" />
	                    <input type="submit" value="go" />
                    </form>
                </div>
			<?php  }  ?>
                <!-- Search Section End -->
                <!-- Header Top Navigation Start -->
                <nav class="topnav">
                    <ul id="nav1">
		 				<?php echo $this->render("headerLayoutTopMenu.phtml"); ?>
                        <li class="settings">
                        	<a href="#"><i class="glyphicon glyphicon-wrench"></i>Param�tres</a>
                            <div class="popdown popdown-right settings">
                            	<nav>
                                    <a href="http://www.web-entreprise.net/0/demander-des-informations-sur-les-produits-solutions-et-services-professionnels-de-web-entreprise" target="_blank"><i class="glyphicon glyphicon-question-sign"></i>Besoin d'aides ?</a>
                                    <a href="<?php echo $this->baseUrl; ?>/backoffice/auth/logout"><i class="glyphicon glyphicon-log-out"></i>D�connexion</a>
                                </nav>
                            </div>
                        </li>
                    </ul>
                </nav>
                <!-- Header Top Navigation End -->
                <div class="clearfix"></div>
            </header>