Browse Source

change menu icon size

master
filesite 2 days ago
parent
commit
624478108e
  1. 2
      themes/beauty/views/site/index.php

2
themes/beauty/views/site/index.php

@ -66,7 +66,7 @@ $main_view_cls = $menu_ext_status == 'opened' ? '' : 'full'; @@ -66,7 +66,7 @@ $main_view_cls = $menu_ext_status == 'opened' ? '' : 'full';
foreach($arrYears as $year) {
$intYear = str_replace('y', '', $year);
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;
}
}else {

Loading…
Cancel
Save