'; } else if (!$state && $dir_ex) { echo ' text-primary font-weight-bold pl-'.$depth.'">  '; } else { echo $css.'" style="color:#'.($css?'fff':'999').'">  '; } echo $fname2.''; } function getDirlist($dirpath,$nStep) { global $pwd; $arrPath = explode('/', $pwd ); if( $dir_handle = opendir($dirpath) ) { while( false !== ($files = readdir($dir_handle)) ) { $subDir = $dirpath.$files.'/'; if(is_dir($subDir) && !strstr('[.][..][images][data]',$files)) { getPrintdir( $nStep, $subDir, $files, !strstr($pwd,$subDir) , getDirexists($subDir) ); if( $arrPath[$nStep+1] == $files ) { getDirlist( $subDir, $nStep+1); } } } } closedir( $dir_handle ); } function getWidgetPreviewImg($path) { if (is_file($path.'.jpg')) return $path.'.jpg'; if (is_file($path.'.gif')) return $path.'.gif'; if (is_file($path.'.png')) return $path.'.png'; return false; } ?>


미리보기가 없습니다.
위젯파일 경로: /main.php

안내문서가 없습니다.

추가할 위젯을 선택하세요.