Lines Matching refs:content
42 public function getBody($content) argument
44 switch ($content) {
155 $content = '<table>';
156 $content .= '<tr>';
157 $content .= '<th width="50%">' . ($src1 ? $src1->getRev() : '') . '</th>';
158 $content .= '<th width="50%">' . $lang['current'] . '</th>';
159 $content .= '</tr>';
160 $content .= '<tr>';
162 $content .= '<td align="center">';
167 $content .= '</td>';
169 $content .= '<td align="center">';
174 $content .= '</td>';
176 $content .= '</tr>';
177 $content .= '</table>';
179 return $this->cleanHTML($content);