소스 검색

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>


Loading…
취소
저장