소스 검색

Fix hook for folders page

pdontthink 17 년 전
부모
커밋
a686622c11
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/default/folder_manip.tpl

+ 1 - 1
templates/default/folder_manip.tpl

@@ -211,8 +211,8 @@ extract($t);
         <?php
     }
    ?>
+<?php /* Known plugins using this output point: empty_folders */ if (!empty($plugin_output['folders_bottom'])) echo $plugin_output['folders_bottom']; ?>
   </td>
  </tr>
 </table>
-<?php /* FIXME: no hooks in templates!! */ global $null; do_hook('folders_bottom', $null);  ?>
 </div>