Current File : /home/karenpetzb/application/modules/backoffice/views/layouts-left/headerLayout.phtml
<aside class="sidebar hidden-print">
        <div class="sidebar-in">
                <!-- Sidebar Header Start -->
                <header>
                    <!-- Logo Start -->
                    <div class="logo">
                        <a href="<?php echo $this->baseUrl; ?>/backoffice"><img src="<?php echo $this->baseUrl; ?>/business/image/logo_1.png" alt="Accueil" /></a>
                    </div>
                    <!-- Logo End -->
                    <!-- Toggle Button Start -->
                    <a href="#" class="togglemenu">&nbsp;</a>
                    <!-- Toggle Button End -->
                    <div class="clearfix"></div>
                </header>
                <!-- Sidebar Header End -->
                <!-- Sidebar Navigation Start -->
                
                <nav class="navigation">
                    <ul class="navi-acc" id="navBar">
                   	<?php if ($this->useradmin['isProduct'] == 1 ) { ?>
                        <li class="<?php if ($this->currentMenu == "Product") { echo "active"; }?>">
                       	 	<a href="#layouts" class="layouts">Produits</a>
	                        <ul <?php if ($this->currentMenu != "Product") { echo "style='display:none'"; }?>>
	                           <li><a href="<?php echo $this->baseUrl; ?>/backoffice/product" >Visualiser</a></li>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/product/add" >Ajouter</a></li>
								<?php if (false) { ?>
								<li style="display:none;"><a href="<?php echo $this->baseUrl; ?>/backoffice/product/livraison" >Livraison</a></li>
								<?php } ?>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/product/search" >Recherche avanc�e</a></li>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/product/keywordsengine" >Moteur de recherche</a></li>
							</ul>
	                   	</li>
                        <li class="<?php if ($this->currentMenu == "Option") { echo "active"; }?>">
	                        <a href="#layouts" class="layouts">Caract�ristiques</a>
	                        <ul <?php if ($this->currentMenu != "Option") { echo "style='display:none'"; }?>>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/product/option" >D�tail du produit</a></li>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/productoptionlist/option" >S�lectionnable</a></li>
								<?php if (false) { ?>
								<li style="display:none"><span class="link4"><a href="<?php echo $this->baseUrl; ?>/backoffice/product/optionprofil" >Profil d'options</a></span></li>
		                    	<?php } ?>
		                    </ul>
	                   	</li>
					<?php } ?>
					<?php if ($this->useradmin['isCategory'] == 1 ) { ?>
						<li class="<?php if ($this->currentMenu == "Category") { echo "active"; }?>">
                         	<a href="#ui-elements" class="ui-elements">Cat�gories</a>
                            <ul <?php if ($this->currentMenu != "Category") { echo "style='display:none'"; }?>>
                               <li ><a href="<?php echo $this->baseUrl; ?>/backoffice/category" >Visualiser</a></li>
								<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/category/add" >Ajouter</a></li>  
								<?php if (false) { ?>
								<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/product/livraisoncat" style="display:none" >Config. du poids</a></li>
								<?php } ?>
                            </ul>
                        </li>
						<li class="<?php if ($this->currentMenu == "CategorySubs") { echo "active"; }?>">
                            <a href="#ui-elements" class="ui-elements">Cat�gories subsidiaire</a>
                            <ul <?php if ($this->currentMenu != "CategorySubs") { echo "style='display:none'"; }?>>
								<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/category2" >Visualiser</a></li>
								<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/category2/add" >Ajouter</a></li> 
                            </ul>
                        </li>
					<?php } ?>
					<?php if ($this->useradmin['isCommand'] == 1 ) { ?>
						<li class="<?php if ($this->currentMenu == "Command") { echo "active"; }?>">
                            <a href="#forms" class="forms">Commandes & Devis</a>
                            <ul  <?php if ($this->currentMenu != "Command") { echo "style='display:none'"; }?>>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/command/listcommand" >Commandes</a></li>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/command/listdevis" >Devis</a></li>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/command/search" >Rechercher</a></li>
                            </ul>
                        </li>
					<?php } ?>
					<?php if ($this->useradmin['isPromo'] == 1 ) { ?>
						<li class="<?php if ($this->currentMenu == "Promos") { echo "active"; }?>">
                            <a href="#forms" class="forms">Promos & Remises</a>
                            <ul <?php if ($this->currentMenu != "Promos") { echo "style='display:none'"; }?>>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/promotion/product" >Sur le produit</a></li>
								<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/promotion/command" >Sur la commande</a></li>
								<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/promotion/user" >Sur le client</a></li>
								<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/promotion/codereduction" >Codes r�duction</a></li>
								<?php if ($this->useradmin['isAdmin'] == 1 ) { ?>
									<li><a href="<?php echo $this->baseUrl; ?>/backoffice/productglobal" >G�n�ralit�s</a></li>		
								<?php } ?>
                            </ul>
                        </li>
					<?php } ?>
					<?php if ($this->useradmin['isSupplier'] == 1 ) { ?>
						<li class="<?php if ($this->currentMenu == "Supplier") { echo "active"; }?>">
                            <a href="#loginoptions" class="loginoptions">Fournisseurs</a>
                            <ul <?php if ($this->currentMenu != "Supplier") { echo "style='display:none'"; }?>>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/supplier" >Visualiser</a></li>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/supplier/add" >Ajouter</a></li>
                            </ul>
                        </li>
					<?php } ?>
					<?php if ($this->useradmin['isUser'] == 1 ) { ?>
						<li  class="<?php if ($this->currentMenu == "User") { echo "active"; }?>">
                            <a href="#loginoptions" class="loginoptions">Clients</a>
                            <ul <?php if ($this->currentMenu != "User") { echo "style='display:none'"; }?>>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/user/list" >Visualiser</a></li>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/user/search" >Rechercher</a></li>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/user/codeinterne" >Codes internes</a></li>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/user/newsletter" >Newsletter</a></li>
                            </ul>
                        </li>
					<?php } ?>
					<?php if ($this->useradmin['isAdmin'] == 1 ) { ?>
						<li  class="<?php if ($this->currentMenu == "Admin") { echo "active"; }?>">
                            <a href="#loginoptions" class="loginoptions">Administrateurs</a>
                            <ul <?php if ($this->currentMenu != "Admin") { echo "style='display:none'"; }?>>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/admin" >Visualiser</a></li>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/admin/add" >Ajouter</a></li>
                            </ul>
                        </li>
					<?php } ?> 
					<?php if ($this->useradmin['isPromo'] == 1 ) { ?>
						<li class="<?php if ($this->currentMenu == "AnnonceContent" || 
						$this->currentMenu == "AnnonceFront"|| 
						$this->currentMenu == "AnnonceLeft"|| 
						$this->currentMenu == "AnnonceFooter") { echo "active"; }?>">
                            <a href="#pages" class="pages">Annonces</a>
                            <ul <?php if ($this->currentMenu != "AnnonceContent" && 
						$this->currentMenu != "AnnonceFront"&& 
						$this->currentMenu != "AnnonceLeft"&& 
						$this->currentMenu != "AnnonceFooter") { echo "style='display:none'"; }?>>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annoncecontent" >Publicit� sur l'accueil</a></li>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annoncefront" >Information sur l'accueil</a></li>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/annonceleft" >Publicit� par cat�gorie</a></li>								
								<?php if (false) { ?>
								<li style="display: none;"><a href="<?php echo $this->baseUrl; ?>/backoffice/annonceright" >Bandeau Droit</a></li>
								<?php } ?>
								<li ><a href="<?php echo $this->baseUrl; ?>/backoffice/annoncefooter" >Bas de page</a></li>
                            </ul>
                        </li>
					<?php } ?>  
					<?php if ($this->useradmin['isFooter'] == 1 ) { ?>
						<li  class="<?php if ($this->currentMenu == "Footer") { echo "active"; }?>">
                            <a href="#pages" class="pages">Pied de page</a>
                            <ul  <?php if ($this->currentMenu != "Footer") { echo "style='display:none'"; }?>>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/footer" >Visualiser</a></li>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/footer/add" >Ajouter</a></li>
                            </ul>
                        </li>
					<?php } ?> 
					<?php if ($this->useradmin['isFooter'] == 1 ) { ?>
						<li class="<?php if ($this->currentMenu == "Document") { echo "active"; }?>">
                            <a href="<?php echo $this->baseUrl; ?>/backoffice/footer/doc" class="pages">Documents</a>
                        </li>
					<?php } ?>
					<?php if ($this->useradmin['isStats'] == 1 ) { ?>
						<li class="<?php if ($this->currentMenu == "Stats") { echo "active"; }?>">
                            <a href="<?php echo $this->baseUrl; ?>/backoffice/statistic/stats" class="charts">Statistiques</a>
                        </li>
                    <?php }?>
					<?php if ($this->useradmin['isStats'] == 1 ) { ?>
						<li class="<?php if ($this->currentMenu == "Logs") { echo "active"; }?>">
                            <a href="#charts" class="charts">Logs</a>
                            <ul  <?php if ($this->currentMenu != "Logs") { echo "style='display:none'"; }?>>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/statistic/logadmin" >Administration</a></li>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/statistic/logdefault" >Publique</a></li> 
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/statistic/searchkey" >Recherche des mots cl�s</a></li>
                            </ul>
                        </li>
						<li class="<?php if ($this->currentMenu == "Export") { echo "active"; }?>">
                            <a href="#charts" class="charts">Exports</a>
                            <ul <?php if ($this->currentMenu != "Export") { echo "style='display:none'"; }?> >
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/csv/sitemapxml" >G�n�rer le sitemap</a></li>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/csv/exporthello" >CSV -> Hello pro</a></li>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/csv/exportleguide" >CSV -> Le Guide</a></li>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/csv/exportciao" >CSV -> CIA o</a></li>
								<li><a href="<?php echo $this->baseUrl; ?>/backoffice/csv/exportkelkoo" >CSV -> Kelkoo</a></li> 
                            </ul>
                        </li>
						<li class="<?php if ($this->currentMenu == "Ebp") { echo "active"; }?>">
                            <a href="<?php echo $this->baseUrl; ?>/backoffice/ebp" class="charts">EBP</a>
                        </li>
                    <?php } ?>
                    </ul>
                    <div class="clearfix"></div>
                </nav>
                <!-- Sidebar Navigation End -->
                <!-- Shadow Start -->
                <span class="shadows"></span>
                <!-- Shadow End -->
            </div>
        </aside>