Skip to content
Snippets Groups Projects
Commit 0b55c20b authored by runemaster's avatar runemaster
Browse files

Fixed incorrect link for sub - was refer to frp by mistake

parent 6b362008
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ if(sub!='mail' && http_request.virtual_path=="/msgs/post.ssjs")
template.topnav.push({html: '<a class="tlink" href="subs.ssjs?msg_grp='+template.group.name+'">'+template.group.description+'</a>'});
if(sub!='mail' && http_request.virtual_path=="/msgs/post.ssjs")
template.topnav.push({html: '<a class="tlink" href="msgs.ssjs?msg_grp='+template.sub.name+'">'+template.sub.description+'</a>'});
template.topnav.push({html: '<a class="tlink" href="msgs.ssjs?msg_sub='+template.sub.name+'">'+template.sub.description+'</a>'});
if(sub!='mail' && http_request.virtual_path=="/msgs/post.ssjs")
template.topnav.push({html: '<span class="tlink">Posting Message</span>'});
......@@ -94,7 +94,7 @@ if(sub!='mail' && http_request.virtual_path=="/msgs/reply.ssjs")
template.topnav.push({html: '<a class="tlink" href="subs.ssjs?msg_grp='+template.group.name+'">'+template.group.description+'</a>'});
if(sub!='mail' && http_request.virtual_path=="/msgs/reply.ssjs")
template.topnav.push({html: '<a class="tlink" href="msgs.ssjs?msg_grp='+template.sub.name+'">'+template.sub.description+'</a>'});
template.topnav.push({html: '<a class="tlink" href="msgs.ssjs?msg_sub='+template.sub.name+'">'+template.sub.description+'</a>'});
if(sub!='mail' && http_request.virtual_path=="/msgs/reply.ssjs")
template.topnav.push({html: '<span class="tlink">Replying to Message</span>'});
......
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