目次に戻る

スマートフォン版/パーツテンプレート/ヘッダーの情報

4.18.0アップデートでの変更箇所は下記となります。(行数は無編集の場合の目安となります)
+ で始まる行がアップデートで追加された行となります
- で始まる行がアップデートで削除された行となります

テンプレート編集画面の「オリジナルとの差分を確認する」機能でも差分をご確認いただけます。

差分の表示形式を選択してください
Smartphone/Parts/sp_partial.header.twig CHANGED
@@ -96,7 +96,7 @@
96
96
  {% if tvod_enable() %}
97
97
  <li><a href="{{route('contents.search', {s: constant('App\\Models\\Eloquent\\Content::SORT_PRICE'), o: constant('App\\Models\\Eloquent\\Content::ORDER_DESC')})}}">価格順</a></li>
98
98
  {% endif %}
99
- <li><a href="{{route('contents.comming')}}">公開予定の動画一覧</a></li>
99
+ <li><a href="{{route('contents.comming')}}">公開予定の{{config('site.title_design.contents_title')}}一覧</a></li>
100
100
  {% endif%}
101
101
  </ul>
102
102
  </div>
@@ -107,8 +107,8 @@
107
107
  <h4 class="ttl-sm">マイコンテンツ</h4>
108
108
  <ul class="link-list">
109
109
  {% if study_enable() %}
110
- <li><a href="{{route('study.mypage.historyLesson')}}">レッスン受講履歴一覧</a></li>
111
- <li><a href="{{route('study.mypage.ownLesson')}}">保有レッスン一覧</a></li>
110
+ <li><a href="{{route('study.mypage.historyLesson')}}">受講履歴一覧</a></li>
111
+ <li><a href="{{route('study.mypage.ownLesson')}}">保有教材一覧</a></li>
112
112
  <li><a href="{{route('study.mypage.testResult')}}">テスト実施状況</a></li>
113
113
  {% endif %}
114
114
  {% if not study_starter_enable() %}