浏览代码

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>