Searched refs:title_mode (Results 1 – 4 of 4) sorted by relevance
21 public $title_mode = false; variable in syntax_plugin_box87 $this->title_mode = true;94 if ($this->title_mode) {95 $this->title_mode = false;128 $this->title_mode = true;133 if ($this->title_mode) {134 $this->title_mode = false;
31 var $title_mode = array(); variable in syntax_plugin_box270 return $this->title_mode[count($this->title_mode)-1];86 $this->title_mode[] = true;94 array_pop( $this->title_mode );131 $this->title_mode[] = true;138 array_pop( $this->title_mode );
183 $title_mode = $this->getConf( 'cp_form_titles' );222 $header = $this->_getTitle( $title_mode, $ns['id'] );263 $title_mode = $this->getConf( 'cp_link_titles' );275 $addlink .= $this->_add_link( $title_mode, $page,
30 var $title_mode = false; variable in syntax_plugin_box