Skip to content

Commit

Permalink
fix tree folder icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi3yy committed May 22, 2017
1 parent 0fab4a8 commit fcef5d5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ function makeHTML($indent, $parent, $expandAll, $theme, $hereid = '') {
if($ph['donthit'] == 1) {
$ph['tree_page_click'] = 3;
$_style['icon_node_toggle'] = '';
$ph['icon'] = $ph['icon_folder_close'];
}

// invoke OnManagerNodePrerender event
Expand Down Expand Up @@ -359,6 +360,7 @@ function makeHTML($indent, $parent, $expandAll, $theme, $hereid = '') {
if($ph['donthit'] == 1) {
$ph['tree_page_click'] = 3;
$_style['icon_node_toggle'] = '';
$ph['icon'] = $ph['icon_folder_close'];
}

// invoke OnManagerNodePrerender event
Expand Down

0 comments on commit fcef5d5

Please sign in to comment.