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

Fixed Subinfo to show sub.description for consistency.

parent cc645ab3
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ if(http_request.virtual_path=="/msgs/subs.ssjs")
if(http_request.virtual_path=="/msgs/subinfo.ssjs" && sub!='mail') {
template.topnav.push({html: '<a class="tlink" href="/msgs">Message Groups</a><a class="tlink" href="/msgs/subs.ssjs?msg_grp='+msg_area.grp[template.sub.grp_name].name+'">'+template.sub.grp_name+'</a>'});
template.topnav.push({html: '<a class="tlink" href="/msgs/msgs.ssjs?msg_sub='+template.sub.code+'">'+template.sub.name+'</a><span class="tlink">Sub Information</span>'});
template.topnav.push({html: '<a class="tlink" href="/msgs/msgs.ssjs?msg_sub='+template.sub.code+'">'+template.sub.description+'</a><span class="tlink">Sub Information</span>'});
}
if(http_request.virtual_path=="/msgs/msgs.ssjs" && sub!='mail')
......
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