Home
last modified time | relevance | path

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

/dports/www/e107/e107/e107_handlers/
H A Djs_manager.php109 protected $_runtime_footer_src = array(); variable in e_jsmanager
1042 $this->_runtime_footer_src[$zone][] = $file_path;
1191 ksort($this->_runtime_footer_src, SORT_NUMERIC);
1192 foreach ($this->_runtime_footer_src as $priority => $src_array)
1196 $this->_runtime_footer_src = array();
1200 …$this->renderInline(vartrue($this->_runtime_footer_src[$zone], array()), 'Footer JS - priority #'.…
1201 unset($this->_runtime_footer_src[$zone]);