Browse Source

adding comments near addressbook_bottom hook

tokul 21 years ago
parent
commit
991f1bce0c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/addressbook.php

+ 2 - 0
src/addressbook.php

@@ -372,6 +372,8 @@ abook_create_form($form_url,'addaddr',_("Add to address book"),_("Add address"),
 echo "</form>\n";
 
 /* Add hook for anything that wants on the bottom */
+echo "<!-- start of addressbook_bottom hook-->\n";
 do_hook('addressbook_bottom');
+echo "\n<!-- end of addressbook_bottom hook-->\n";
 ?>
 </body></html>