Sets the object which the page is currently displaying.
function setDisplayObject( & $ref )
Adds style sheets to be link into the page.
function addStylesheet()
Adds style sheets to be added inline into the page.
function addInlineStylesheet()
Adds a generic link element to the page header.
function addLink( $attribs )
Adds an RSS feed to the link elements of the page header.
function addRSSFeed( $href, $type, $title )
Adds a script file to the header of the page.
function addScript( $href, $type = "text/javascript" )
Adds an inline script to the header of the page.
function addInlineScript( $text, $type = "text/javascript" )
Adds a META item to the page.
function addMeta( $content, $name = false, $httpequiv = false )
Add an item to the HTTP header for the page.
function addHeader( $name, $content )
Redirect to another page.
function redirect( $url )
Refresh the page.
function refresh( $url, $delay = )
Displays the page, i.e.
function display( $page_body, $blog = false )