diff options
-rw-r--r-- | html.class | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -490,6 +490,10 @@ function head($args = array()) $langvar = $this->_htmltype == "xhtml-mobile" ? "xml:lang" : "lang"; $prefix = $GLOBALS['SENT_PREAMBLE'] ? "" : $p['doctype'] . "\n<html $langvar=\"" . it_html::Q($p['lang']) . "\"><head>"; + # override use_it_state property + if (isset($p['use_it_state'])) + $this->_use_it_state = $p['use_it_state']; + $js = ""; if ($p['jsenv']) |