Home
last modified time | relevance | path

Searched refs:_runtime_footer (Results 1 – 1 of 1) sorted by relevance

/dports/www/e107/e107/e107_handlers/
H A Djs_manager.php102 protected $_runtime_footer = array(); variable in e_jsmanager
1017 if(!isset($this->_runtime_footer[$zone]))
1019 $this->_runtime_footer[$zone] = array();
1021 $registry = &$this->_runtime_footer[$zone];
1169 ksort($this->_runtime_footer, SORT_NUMERIC);
1170 foreach ($this->_runtime_footer as $priority => $path_array)
1174 $this->_runtime_footer = array();
1178 …$this->renderFile(vartrue($this->_runtime_footer[$zone], array()), $external, 'Footer JS include -…
1179 unset($this->_runtime_footer[$zone]);