/** * Add content to the html head * * @param string $tag */ function add_to_head($tag = "") { OutputHandler::addToHead($tag); }