H A D | action.php | 845 $this->_button($cid, $this->getLang('btn_reply'), 'reply', true); 850 $this->_button($cid, $lang['btn_secedit'], 'edit', true); 852 $this->_button($cid, $label, 'toogle'); 853 $this->_button($cid, $lang['btn_delete'], 'delete'); 1094 protected function _button($cid, $label, $act, $jump = false) { function in action_plugin_discussion
|