Skip to content

Commit

Permalink
ハッシュ値の変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Atsu0601 committed Apr 17, 2023
1 parent a472e9f commit 3cc79d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Eccube/Resource/template/admin/default_frame.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ file that was distributed with this source code.
<meta name="eccube-csrf-token" content="{{ csrf_token(constant('Eccube\\Common\\Constant::TOKEN_NAME')) }}">
<title>{{ block('sub_title') }} {{ block('title') }} - {{ BaseInfo.shop_name }}</title>
<link rel="icon" href="{{ asset('assets/img/favicon.ico', 'admin') }}">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-a9325dd9b4803d9778d6f625115465c14e56291576d8589f010f4b04089e36ea5a0715217e5319e08df5ab245f1091f1" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/v4-shims.css" integrity="sha384-f84a336dc159f2924e82fc8375941e86e22b0c2d2342eb77417b1d73c6eeca71b2f20fad165eb19c4984a597b1bf83f5" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/v4-shims.css" integrity="sha384-lmquXrF9qn7mMo6iRQ662vN44vTTVUBpcdtDFWPxD9uFPqC/aMn6pcQrTTupiv1A" crossorigin="anonymous">
<link rel="stylesheet" href="{{ asset('assets/css/bootstrap.css', 'admin') }}">
<link rel="stylesheet" href="{{ asset('assets/css/app.css', 'admin') }}">
<script src="{{ asset('admin.bundle.js', 'bundle') }}"></script>
Expand Down
4 changes: 2 additions & 2 deletions src/Eccube/Resource/template/admin/error.twig
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ file that was distributed with this source code.
<title>{{ error_title }}</title>
<meta name="robots" content="noindex,nofollow"/>
<link rel="icon" href="{{ asset('assets/img/favicon.ico', 'admin') }}">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-a9325dd9b4803d9778d6f625115465c14e56291576d8589f010f4b04089e36ea5a0715217e5319e08df5ab245f1091f1" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/v4-shims.css" integrity="sha384-f84a336dc159f2924e82fc8375941e86e22b0c2d2342eb77417b1d73c6eeca71b2f20fad165eb19c4984a597b1bf83f5" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/v4-shims.css" integrity="sha384-lmquXrF9qn7mMo6iRQ662vN44vTTVUBpcdtDFWPxD9uFPqC/aMn6pcQrTTupiv1A" crossorigin="anonymous">
<link rel="stylesheet" href="{{ asset('assets/css/bootstrap.css', 'admin') }}">
</head>
<body id="error-page" class="bg-light">
Expand Down

0 comments on commit 3cc79d6

Please sign in to comment.