소스 검색

Intégration Souke

feature/souke
Guillaume Bourgeois 7 달 전
부모
커밋
ca023ce86d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      frontend/views/layouts/main.php

+ 1
- 1
frontend/views/layouts/main.php 파일 보기

@@ -57,7 +57,7 @@ $adminSettingBag = $settingModule->getAdminSettingBag();
<!DOCTYPE html>
<html lang="fr">
<head>
<title><?php if ($isHome): ?>Souke |<?= Html::encode($this->title) ?><?php else: ?><?= Html::encode($this->page_title) ?> | Souke<?php endif; ?></title>
<title><?php if ($isHome): ?>Souke | <?= Html::encode($this->title) ?><?php else: ?><?= Html::encode($this->page_title) ?> | Souke<?php endif; ?></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="baseurl" content="<?= Yii::$app->urlManagerFrontend->baseUrl; ?>">

Loading…
취소
저장