2020/07/28 メガナビ修正
Showing
2 changed files
with
5 additions
and
4 deletions
... | @@ -45,7 +45,7 @@ JHtml::_('script', 'template.js', array('version' => 'auto', 'relative' => true) | ... | @@ -45,7 +45,7 @@ JHtml::_('script', 'template.js', array('version' => 'auto', 'relative' => true) |
45 | JHtml::_('script', 'jui/html5.js', array('version' => 'auto', 'relative' => true, 'conditional' => 'lt IE 9')); | 45 | JHtml::_('script', 'jui/html5.js', array('version' => 'auto', 'relative' => true, 'conditional' => 'lt IE 9')); |
46 | 46 | ||
47 | // Add Stylesheets | 47 | // Add Stylesheets |
48 | JHtml::_('stylesheet', 'template.css', array('version' => '20200702001', 'relative' => true)); | 48 | JHtml::_('stylesheet', 'template.css', array('version' => '20200721001', 'relative' => true)); |
49 | 49 | ||
50 | 50 | ||
51 | // Use of Google Font | 51 | // Use of Google Font |
... | @@ -673,8 +673,8 @@ if ($this->params->get('logoFile')) { | ... | @@ -673,8 +673,8 @@ if ($this->params->get('logoFile')) { |
673 | <li><a href="/entrance/selective/pe/ao.html">総合型選抜(SS)入試</a></li> | 673 | <li><a href="/entrance/selective/pe/ao.html">総合型選抜(SS)入試</a></li> |
674 | <li><a href="/entrance/selective/pe/recommendation.html">学校推薦型選抜</a></li> | 674 | <li><a href="/entrance/selective/pe/recommendation.html">学校推薦型選抜</a></li> |
675 | <li><a href="/entrance/selective/pe/exam.html">一般選抜</a></li> | 675 | <li><a href="/entrance/selective/pe/exam.html">一般選抜</a></li> |
676 | <li><a href="/entrance/selective/pe/returnee.html">帰国子女入試</a></li> | 676 | <li><a href="/entrance/selective/pe/returnee.html">帰国生徒選抜</a></li> |
677 | <li><a href="/entrance/selective/pe/society.html">社会人入試</a></li> | 677 | <li><a href="/entrance/selective/pe/society.html">社会人選抜</a></li> |
678 | <li><a href="/entrance/selective/pe/foreign.html">私費外国人留学生入試</a></li> | 678 | <li><a href="/entrance/selective/pe/foreign.html">私費外国人留学生入試</a></li> |
679 | <li><a href="/entrance/selective/pe/transfer.html">第3年次編入学試験</a></li> | 679 | <li><a href="/entrance/selective/pe/transfer.html">第3年次編入学試験</a></li> |
680 | </ul> | 680 | </ul> | ... | ... |
-
Please register or sign in to post a comment