Home
last modified time | relevance | path

Searched refs:_table_row (Results 1 – 1 of 1) sorted by relevance

/plugin/contactmodern/
H A Dsyntax.php269 $ret .= $this->_table_row($this->getLang("name"), 'name', 'text', $USERINFO['name']);
270 $ret .= $this->_table_row($this->getLang("email"), 'email', 'text', $USERINFO['mail']);
272 $ret .= $this->_table_row($this->getLang("subject"), 'subject', 'text');
273 $ret .= $this->_table_row($this->getLang("content"), 'content', 'textarea');
311 protected function _table_row($label, $name, $type, $default='') { function in syntax_plugin_moderncontact