Browse Source

[backend] Correction lien "Espace du producteur"

dev
Guillaume Bourgeois 6 years ago
parent
commit
8b4a2188c7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      backend/views/layouts/header.php

+ 2
- 2
backend/views/layouts/header.php View File

<ul class="dropdown-menu"> <ul class="dropdown-menu">
<?php if(User::isCurrentAdmin()): ?> <?php if(User::isCurrentAdmin()): ?>
<li> <li>
<a href="<?= Yii::$app->urlManagerProducer->createUrl(['site/index','slug_producer' => Producer::getCurrent()->slug]); ?>">
<a href="<?= Yii::$app->urlManagerProducer->createAbsoluteUrl(['site/index','slug_producer' => Producer::getCurrent()->slug]); ?>">
<i class="fa fa-th-large"></i> <i class="fa fa-th-large"></i>
<span class="hidden-xs">Espace du producteur</span> <span class="hidden-xs">Espace du producteur</span>
</a> </a>
<?php endforeach; ?> <?php endforeach; ?>
<?php else: ?> <?php else: ?>
<li> <li>
<a href="<?= Yii::$app->urlManagerProducer->createUrl(['site/index','slug_producer' => Producer::getCurrent()->slug]); ?>">
<a href="<?= Yii::$app->urlManagerProducer->createAbsoluteUrl(['site/index','slug_producer' => Producer::getCurrent()->slug]); ?>">
<i class="fa fa-th-large"></i> <i class="fa fa-th-large"></i>
<span class="hidden-xs">Mon espace</span> <span class="hidden-xs">Mon espace</span>
</a> </a>

Loading…
Cancel
Save