예제 #1
0
 function voting_inner_html($post)
 {
     if ($this->is_print_view) {
         $this->vote_count($post);
         $this->vote_clear();
     } else {
         qa_html_theme_base::voting_inner_html($post);
     }
 }