Home
last modified time | relevance | path

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

/dports/www/e107/e107/e107_handlers/
H A Dapplication.php3970 protected $_title_separator = ' » '; variable in eResponse
4261 $ret = implode($this->_title_separator, $this->_title['default']);
4267 $ret = implode($this->_title_separator, $this->_title[$ns]);
H A Dadmin_ui.php531 protected $_title_separator = ' » '; variable in e_admin_response
688 return ($glue ? $content : implode($this->_title_separator, $content));