Skip to content
Snippets Groups Projects
Commit e1330f63 authored by deuce's avatar deuce
Browse files

Add sub info which givs information about a specified sub.

parent 85d5f113
No related branches found
No related tags found
No related merge requests found
load("sbbsdefs.js");
load("html_inc/msgslib.ssjs");
template.sub=msg_area.grp_list[g].sub_list[s];
if(template.sub.settings & SUB_FIDO) {
template.type="FidoNet";
template.tagline=template.sub.fidonet_origin;
}
else if(template.sub.settings & SUB_QNET) {
template.type="QWK";
template.tagline=template.sub.qwknet_tagline;
}
else if(template.sub.settings & SUB_PNET) {
template.type="PostLink";
template.tagline="Unknown";
}
else {
template.type="Local";
template.tagline="";
}
write_template("header.inc");
write_template("msgs/subinfo.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