Lines Matching refs:content
50 public function getBody($content) argument
52 switch ($content) {
163 $content = '<table>';
164 $content .= '<tr>';
165 $content .= '<th width="50%">' . ($src1 ? $src1->getRev() : '') . '</th>';
166 $content .= '<th width="50%">' . $lang['current'] . '</th>';
167 $content .= '</tr>';
168 $content .= '<tr>';
170 $content .= '<td align="center">';
175 $content .= '</td>';
177 $content .= '<td align="center">';
182 $content .= '</td>';
184 $content .= '</tr>';
185 $content .= '</table>';
187 return $this->cleanHTML($content);