Skip to content
Snippets Groups Projects
Commit 1bfb185c authored by runemaster's avatar runemaster
Browse files

Why did I hard code it the first time?

parent 3412224e
No related branches found
No related tags found
No related merge requests found
......@@ -79,12 +79,12 @@ if(template.hdr.thread_first!=0) {
if(tmp!=undefined)
template.nextlink='<a href="msg.ssjs?msg_sub='+sub+'&amp;message='+tmp+'">'+next_msg_html+'</a>';
else
template.nextlink='Next Message';
template.nextlink=next_msg_html;
tmp=find_np_message(template.idx.offset,false);
if(tmp!=undefined)
template.prevlink='<a href="msg.ssjs?msg_sub='+sub+'&amp;message='+tmp+'">'+prev_msg_html+'</a>';
else
template.prevlink='Previous Message';
template.prevlink=prev_msg_html;
write_template("header.inc");
write_template("msgs/msg.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