瀏覽代碼

Title accueil producteur

dev
keun 6 年之前
父節點
當前提交
d960738b90
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      producer/views/layouts/main.php

+ 1
- 1
producer/views/layouts/main.php 查看文件

@@ -15,7 +15,7 @@ $producer = $this->context->getProducer() ;
<?php $this->beginPage() ?>
<!DOCTYPE html>
<head>
<title><?= Html::encode($producer->nom); ?> &bull; <?= $this->getTitle(); ?></title>
<title><?= Html::encode($producer->nom); ?> &bull; <?= $this->getPageTitle(); ?></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="base-url" content="<?= Yii::$app->urlManager->baseUrl ; ?>">

Loading…
取消
儲存