|
|
@@ -5,6 +5,7 @@ use yii\bootstrap\NavBar; |
|
|
|
use yii\widgets\Breadcrumbs; |
|
|
|
use frontend\assets\AppAsset; |
|
|
|
use frontend\widgets\Alert; |
|
|
|
use common\helpers\Url ; |
|
|
|
|
|
|
|
/* @var $this \yii\web\View */ |
|
|
|
/* @var $content string */ |
|
|
@@ -47,7 +48,7 @@ AppAsset::register($this); |
|
|
|
<li><a <?php if(Yii::$app->controller->id == 'commande' && Yii::$app->controller->action->id == 'create'): ?>class="active" <?php endif; ?>href="<?php echo Yii::$app->urlManager->createUrl('commande/create') ; ?>"><span class="glyphicon glyphicon-plus"></span> Commander</a></li> |
|
|
|
<li><a <?php if(Yii::$app->controller->id == 'user' && Yii::$app->controller->action->id == 'update'): ?>class="active" <?php endif; ?>href="<?php echo Yii::$app->urlManager->createUrl('user/update') ; ?>"><span class="glyphicon glyphicon-user"></span> Profil</a></li> |
|
|
|
<li><a id="link-logout" href="<?php echo Yii::$app->urlManager->createUrl('site/logout') ; ?>"><span class="glyphicon glyphicon-off"></span> Déconnexion<br /><span class="nom"><?php echo Html::encode(Yii::$app->user->identity->prenom .' '. substr(strtoupper(Yii::$app->user->identity->nom), 0, 1).'.') ; ?></span></a></li> |
|
|
|
<?php if(Yii::$app->user->identity->isBoulanger()): ?><li><a class="" id="link-espace-boulanger" href="<?php if(Yii::$app->getRequest()->serverName == 'localhost'): ?>../../backend/web/<?php else: ?>http://boulanger.laboiteapain.net<?php endif; ?>"><span class="glyphicon glyphicon-grain"></span> Espace boulanger</a></li><?php endif; ?> |
|
|
|
<?php if(Yii::$app->user->identity->isBoulanger()): ?><li><a class="" id="link-espace-boulanger" href="<?php Url::backend(); ?>"><span class="glyphicon glyphicon-grain"></span> Espace boulanger</a></li><?php endif; ?> |
|
|
|
<?php else: ?> |
|
|
|
<li><a <?php if(Yii::$app->controller->id == 'site' && Yii::$app->controller->action->id == 'login'): ?>class="active" <?php endif; ?>href="<?php echo Yii::$app->urlManager->createUrl('site/login') ; ?>"><span class="glyphicon glyphicon-log-in"></span> Connexion</a></li> |
|
|
|
<li><a <?php if(Yii::$app->controller->id == 'site' && Yii::$app->controller->action->id == 'signup'): ?>class="active" <?php endif; ?>href="<?php echo Yii::$app->urlManager->createUrl('site/signup') ; ?>"><span class="glyphicon glyphicon-user"></span> Inscription</a></li> |
|
|
@@ -55,7 +56,7 @@ AppAsset::register($this); |
|
|
|
</ul> |
|
|
|
</nav> |
|
|
|
</div> |
|
|
|
</header> |
|
|
|
</header>Yii::$app->getRequest()->serverName == 'localhost' |
|
|
|
<div id="main"> |
|
|
|
<section class="<?php if(!$is_home): ?>container<?php endif;?>" id="content"> |
|
|
|
<?php if(Yii::$app->session->hasFlash('error')): ?> |