Browse Source

Fix hook for folders page

pdontthink 17 years ago
parent
commit
a686622c11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/default/folder_manip.tpl

+ 1 - 1
templates/default/folder_manip.tpl

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