Browse Source

Title accueil producteur

refactoring
keun 6 years ago
parent
commit
d960738b90
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      producer/views/layouts/main.php

+ 1
- 1
producer/views/layouts/main.php View File

@@ -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…
Cancel
Save