function thickbox_init in Thickbox 6
Implementation of hook_init().
File
- ./
thickbox.module, line 35 - Author: Fredrik Jonsson fredrik at combonet dot se The thickbox module is a simple wrapper for the jquery plugin ThickBox http://jquery.com/demo/thickbox/.
Code
function thickbox_init() {
_thickbox_doheader();
}