Skip to content
Snippets Groups Projects
Commit c209497c authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Utilisation du parametre pour le logo

parent 5c15c94d
Branches
Tags
No related merge requests found
...@@ -76,7 +76,8 @@ echo $this->doctype(); ...@@ -76,7 +76,8 @@ echo $this->doctype();
<div class="container-sm d-flex flex-wrap justify-content-between align-items-center"> <div class="container-sm d-flex flex-wrap justify-content-between align-items-center">
<div class="col-md-4"> <div class="col-md-4">
<img src="/unistrap-1.0.0/img/logo/republique-francaise.svg" width="110" height="100" class="logo-rf" alt="Logo République Française"> <img src="/unistrap-1.0.0/img/logo/republique-francaise.svg" width="110" height="100" class="logo-rf" alt="Logo République Française">
<div id="etablissement" ></div> <?php $logoEtab=$this->parametreValue(GlobalParametres::TYPE, GlobalParametres::LOGO)??null; ?>
<img src="<?php echo $logoEtab; ?>" style="max-width: 110px; max-height: 100px;" alt="Logo de l'établissement"/>
</div> </div>
<div class="nav col-md-8 justify-content-end nav-foot"> <div class="nav col-md-8 justify-content-end nav-foot">
<?php echo $navigationHelper->menuPiedDePage('navigation'); ?> <?php echo $navigationHelper->menuPiedDePage('navigation'); ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment