|
|
@ -66,7 +66,7 @@ $main_view_cls = $menu_ext_status == 'opened' ? '' : 'full'; |
|
|
|
foreach($arrYears as $year) { |
|
|
|
foreach($arrYears as $year) { |
|
|
|
$intYear = str_replace('y', '', $year); |
|
|
|
$intYear = str_replace('y', '', $year); |
|
|
|
echo <<<eof |
|
|
|
echo <<<eof |
|
|
|
<li><a href="###"><img src="/img/beauty/calendar.svg" alt="calendar" width="17" class="menu-icon"> {$intYear}年</a></li> |
|
|
|
<li><a href="###"><img src="/img/beauty/calendar.svg" alt="calendar" width="14" class="menu-icon"> {$intYear}年</a></li> |
|
|
|
eof; |
|
|
|
eof; |
|
|
|
} |
|
|
|
} |
|
|
|
}else { |
|
|
|
}else { |
|
|
|