예제 #1
0
 function page_title()
 {
     if (qa_opt('bookmarks_plugin_enable') && $this->template == 'question') {
         $this->bookmark($this->content['q_view']['raw']['postid']);
     }
     qa_html_theme_base::page_title();
 }
예제 #2
0
 function page_title()
 {
     if (!$this->is_print_view && qa_opt('print_view') && $this->template == 'question') {
         $this->printer();
     }
     qa_html_theme_base::page_title();
 }