Browse Source

fix bug

pull/47/head
xiaoz 2 years ago
parent
commit
e974285b37
  1. 1
      templates/default/index.php

1
templates/default/index.php

@ -137,6 +137,7 @@ @@ -137,6 +137,7 @@
<?php foreach ( $categorys as $category ) {
$fid = $category['id'];
$links = get_links($fid);
$font_icon = empty($category['font_icon']) ? '' : "<i class='{$category['font_icon']}'></i> ";
//如果分类是私有的
if( $category['property'] == 1 ) {
$property = '<i class="fa fa-expeditedssl" style = "color:#5FB878"></i>';

Loading…
Cancel
Save