Skip to content
Snippets Groups Projects
Commit 62959696 authored by rswindell's avatar rswindell
Browse files

From Retro Guy:

The modifications are all near the bottom, just to check whether to display
header, leftnav, rightnav etc.
parent f776273d
No related branches found
No related tags found
No related merge requests found
......@@ -81,10 +81,15 @@ if(sub=='mail') {
}
title="Reply to message";
write_template("header.inc");
load(topnav_html);
load(leftnav_html);
if(do_header)
write_template("header.inc");
if(do_topnav)
load(topnav_html);
if(do_leftnav)
load(leftnav_html);
write_template("msgs/reply.inc");
write_template("footer.inc");
if(do_footer)
write_template("footer.inc");
msgs_done();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment