You can change the title with a theme by using this function :
function page_title_error() { $favorite=@$this->content['favorite']; if (isset($favorite)) $this->output('<form '.$favorite['form_tags'].'>'); /*$this->output('<h1>'); $this->favorite(); $this->title(); $this->output('</h1>');*/ if (isset($this->content['error'])) $this->error(@$this->content['error']); if (isset($favorite)) { $this->form_hidden_elements(@$favorite['form_hidden']); $this->output('</form>'); } }
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.