Forgot to wrap output in PHP tags
[squirrelmail.git] / templates / default / folder_manip.tpl
index ec2c2f83f30f8ee832137b94327dba912a892291..993cc61b464590c24b576c3bc1494b7f537fad54 100644 (file)
@@ -214,5 +214,5 @@ extract($t);
   </td>
  </tr>
 </table>
-<?php do_hook('folders_bottom');  ?>
-</div>
\ No newline at end of file
+<?php /* FIXME: no hooks in templates!! */ global $null; do_hook('folders_bottom', $null);  ?>
+</div>