瀏覽代碼

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…
取消
儲存