git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12260
7612ce4b-ef26-0410-bec9-
ea0150e637f0
if (count($links) > 0) {
- $oTemplate->assign('links', $links);
+ $oTemplate->assign('links', $links, FALSE);
$output = $oTemplate->fetch('plugins/listcommands/read_body_header.tpl');
return array('read_body_header' => $output);
}
addSubmit(_("Send Mail"), 'send');
?>
<br /><br />
-</form></td></tr></table></p></body></html>
\ No newline at end of file
+</form></td></tr></table></p></body></html>
$oTemplate->assign('lists', $lists);
$oTemplate->display('plugins/listcommands/non_rfc_lists.tpl');
+$oTemplate->display('footer.tpl');
</table>
</div>
</form>
-</body>
-</html>