浏览代码

Adaptations producer/site/index

refactoring
父节点
当前提交
b07be5ae07
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      producer/views/site/index.php

+ 1
- 1
producer/views/site/index.php 查看文件

@@ -48,7 +48,7 @@ else
$colSize = 'col-md-12' ;
?>

<section id="commander">
<section id="order">
<a class="btn btn-primary btn-lg" href="<?php if(Yii::$app->user->isGuest): echo Yii::$app->urlManagerFrontend->createAbsoluteUrl(['site/producer','id' => $this->context->getProducer()->id,'return_url' => Yii::$app->urlManagerProducer->createAbsoluteUrl(['order/create','slug_producer' => $this->context->getProducer()->slug])]); else: echo Yii::$app->urlManager->createUrl(['order/create']); endif; ?>"><span class="glyphicon glyphicon-plus"></span> Passer une commande</a>
</section>


正在加载...
取消
保存