Browse Source

bug fix

master
filesite 4 months ago
parent
commit
e95c5c5318
  1. 8
      themes/beauty/views/site/index.php

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

@ -221,16 +221,14 @@ eof; @@ -221,16 +221,14 @@ eof;
//分割目录和文件
echo '</div>';
if (!empty($category['files']) && count($category['files']) > 3) {
$arrowImg = $dir_ext_status == 'opened' ? 'arrow-up.svg' : 'arrow-down.svg';
$btnTxt = $dir_ext_status == 'opened' ? '收拢' : '展开';
echo <<<eof
$arrowImg = $dir_ext_status == 'opened' ? 'arrow-up.svg' : 'arrow-down.svg';
$btnTxt = $dir_ext_status == 'opened' ? '收拢' : '展开';
echo <<<eof
<div class="gap-hr">
<hr>
<button class="btn btn-default btn-xs btn-dir-ext" data-status="{$dir_ext_status}"><img src="/img/{$arrowImg}" alt="directory toggle"> <span>{$btnTxt}</span></button>
</div>
eof;
}
echo '<div class="im_mainl row">';
}

Loading…
Cancel
Save