Explorar el Código

Title accueil producteur

dev
keun hace 6 años
padre
commit
d960738b90
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      producer/views/layouts/main.php

+ 1
- 1
producer/views/layouts/main.php Ver fichero

@@ -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 ; ?>">

Cargando…
Cancelar
Guardar