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

Put the description of the sub-board being posted to in the title.

parent f81abe0c
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ if(sub!='mail') {
error("You don't have sufficient rights to post in this sub");
}
}
template.title="Post a message";
template.title="Post a message in " + template.sub.description;
write_template("header.inc");
write_template("msgs/post.inc");
write_template("footer.inc");
......
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