PAGE Methods

meta()

Add HTML code like meta-tags to top of page.

null meta( string code )

Return

The function inserts the code into a HTML page's head-section.

Parameter
Description
codeCode to be added to header section.

Click HERE to test method

$NAVI->query('test') == 1? $PAGE->head('<meta http-equiv="refresh" content="2; URL=/">'): null
RETURN: NULL