module Hooks: sig .. end
Hooks to change default messages, pages, ...
Constants
val css_style : string option Pervasives.ref
The style url to use in default pages. Default is None.
val more_head : string option Pervasives.ref
Some HTML code to add in default pages headers. Default is None.
val content_type : string Pervasives.ref
The content type to return in the cgi response header.
Default is "text/HTML".
Messages
val fatal_error : (unit -> string) Pervasives.ref
The "fatal error" message.
Pages
val error_page : (?title:string -> Html.html -> string) Pervasives.ref
The page displayed for errors.
val exception_page : (exn -> string) Pervasives.ref
The page displayed for uncaught exceptions.