Explorar o código

adding comments near addressbook_bottom hook

tokul %!s(int64=21) %!d(string=hai) anos
pai
achega
991f1bce0c
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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>