function main_settings(){ $html=" <table style='width:100%'> <tr> <td valign='top'> <p class=caption>{about_roundcube_engine}</p>".main_errors()." ".form_tabs()." </td> </tr> </table> "; $tpl=new templates(); echo $tpl->_ENGINE_parse_body($html); }
function main_settings() { $html = "\n\t<table style='width:100%'>\n\t<tr>\n\t<td valign='top'>\n\t\t\n\t\t<div class=explain style='font-size:16px'>{about_roundcube_engine}</div>" . main_errors() . "\n\t\t\t\t" . form_tabs() . "\n\t\t</td>\n\t</tr>\n\t</table>\n\t\n\t\n\t"; $tpl = new templates(); echo $tpl->_ENGINE_parse_body($html); }
function main_settings(){ $html=" <table style='width:100%'> <tr> <td valign='top'> <div class=text-info style='font-size:16px'>{about_roundcube_engine}</div>".main_errors()." ".form_tabs()." </td> </tr> </table> "; $tpl=new templates(); echo $tpl->_ENGINE_parse_body($html); }